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:
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 Detail
-
getActive
@Deprecated NodeConfigSource getActive()
Deprecated.This method has been deprecated, please use method buildActive instead.- Returns:
- The buildable object.
-
buildActive
NodeConfigSource buildActive()
-
withActive
A withActive(NodeConfigSource active)
-
hasActive
Boolean hasActive()
-
withNewActive
NodeConfigStatusFluent.ActiveNested<A> withNewActive()
-
withNewActiveLike
NodeConfigStatusFluent.ActiveNested<A> withNewActiveLike(NodeConfigSource item)
-
editActive
NodeConfigStatusFluent.ActiveNested<A> editActive()
-
editOrNewActive
NodeConfigStatusFluent.ActiveNested<A> editOrNewActive()
-
editOrNewActiveLike
NodeConfigStatusFluent.ActiveNested<A> editOrNewActiveLike(NodeConfigSource item)
-
getAssigned
@Deprecated NodeConfigSource getAssigned()
Deprecated.This method has been deprecated, please use method buildAssigned instead.- Returns:
- The buildable object.
-
buildAssigned
NodeConfigSource buildAssigned()
-
withAssigned
A withAssigned(NodeConfigSource assigned)
-
hasAssigned
Boolean hasAssigned()
-
withNewAssigned
NodeConfigStatusFluent.AssignedNested<A> withNewAssigned()
-
withNewAssignedLike
NodeConfigStatusFluent.AssignedNested<A> withNewAssignedLike(NodeConfigSource item)
-
editAssigned
NodeConfigStatusFluent.AssignedNested<A> editAssigned()
-
editOrNewAssigned
NodeConfigStatusFluent.AssignedNested<A> editOrNewAssigned()
-
editOrNewAssignedLike
NodeConfigStatusFluent.AssignedNested<A> editOrNewAssignedLike(NodeConfigSource item)
-
getError
String getError()
-
hasError
Boolean hasError()
-
withNewError
A withNewError(StringBuilder arg1)
-
withNewError
A withNewError(StringBuffer arg1)
-
getLastKnownGood
@Deprecated NodeConfigSource getLastKnownGood()
Deprecated.This method has been deprecated, please use method buildLastKnownGood instead.- Returns:
- The buildable object.
-
buildLastKnownGood
NodeConfigSource buildLastKnownGood()
-
withLastKnownGood
A withLastKnownGood(NodeConfigSource lastKnownGood)
-
hasLastKnownGood
Boolean hasLastKnownGood()
-
withNewLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGood()
-
withNewLastKnownGoodLike
NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGoodLike(NodeConfigSource item)
-
editLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> editLastKnownGood()
-
editOrNewLastKnownGood
NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGood()
-
editOrNewLastKnownGoodLike
NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGoodLike(NodeConfigSource item)
-
-