public interface RecordFluent<A extends RecordFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getPhase() |
String |
getSelectorKey() |
Boolean |
hasId() |
Boolean |
hasPhase() |
Boolean |
hasSelectorKey() |
A |
withId(String id) |
A |
withPhase(String phase) |
A |
withSelectorKey(String selectorKey) |
Copyright © 2015–2022 Red Hat. All rights reserved.