Package io.fabric8.kubernetes.api.model
Interface NodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.ConfigNested<N>
,WatchEventFluent.NodeConfigStatusObjectNested<N>
- All Known Implementing Classes:
DoneableNodeConfigStatus
,NodeConfigStatusBuilder
,NodeConfigStatusFluentImpl
,NodeStatusFluentImpl.ConfigNestedImpl
,WatchEventFluentImpl.NodeConfigStatusObjectNestedImpl
public interface NodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NodeConfigStatusFluent.ActiveNested<N>
static interface
NodeConfigStatusFluent.AssignedNested<N>
static interface
NodeConfigStatusFluent.LastKnownGoodNested<N>
-
Method Summary
-
Method Details
-
getActive
Deprecated.This method has been deprecated, please use method buildActive instead.- Returns:
- The buildable object.
-
buildActive
NodeConfigSource buildActive() -
withActive
-
hasActive
Boolean hasActive() -
withNewActive
NodeConfigStatusFluent.ActiveNested<A> withNewActive() -
withNewActiveLike
-
editActive
NodeConfigStatusFluent.ActiveNested<A> editActive() -
editOrNewActive
NodeConfigStatusFluent.ActiveNested<A> editOrNewActive() -
editOrNewActiveLike
-
getAssigned
Deprecated.This method has been deprecated, please use method buildAssigned instead.- Returns:
- The buildable object.
-
buildAssigned
NodeConfigSource buildAssigned() -
withAssigned
-
hasAssigned
Boolean hasAssigned() -
withNewAssigned
NodeConfigStatusFluent.AssignedNested<A> withNewAssigned() -
withNewAssignedLike
-
editAssigned
NodeConfigStatusFluent.AssignedNested<A> editAssigned() -
editOrNewAssigned
NodeConfigStatusFluent.AssignedNested<A> editOrNewAssigned() -
editOrNewAssignedLike
-
getError
String getError() -
withError
-
hasError
Boolean hasError() -
withNewError
-
withNewError
-
withNewError
-
getLastKnownGood
Deprecated.This method has been deprecated, please use method buildLastKnownGood instead.- Returns:
- The buildable object.
-
buildLastKnownGood
NodeConfigSource buildLastKnownGood() -
withLastKnownGood
-
hasLastKnownGood
Boolean hasLastKnownGood() -
withNewLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGood() -
withNewLastKnownGoodLike
-
editLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> editLastKnownGood() -
editOrNewLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGood() -
editOrNewLastKnownGoodLike
-