Package io.fabric8.kubernetes.api.model
Class DoneableNodeConfigStatus
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeConfigStatusFluentImpl<DoneableNodeConfigStatus>
io.fabric8.kubernetes.api.model.DoneableNodeConfigStatus
- All Implemented Interfaces:
Fluent<DoneableNodeConfigStatus>
,Visitable<DoneableNodeConfigStatus>
,Doneable<NodeConfigStatus>
,NodeConfigStatusFluent<DoneableNodeConfigStatus>
public class DoneableNodeConfigStatus extends NodeConfigStatusFluentImpl<DoneableNodeConfigStatus> implements Doneable<NodeConfigStatus>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeConfigStatusFluentImpl
NodeConfigStatusFluentImpl.ActiveNestedImpl<N>, NodeConfigStatusFluentImpl.AssignedNestedImpl<N>, NodeConfigStatusFluentImpl.LastKnownGoodNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeConfigStatusFluent
NodeConfigStatusFluent.ActiveNested<N>, NodeConfigStatusFluent.AssignedNested<N>, NodeConfigStatusFluent.LastKnownGoodNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNodeConfigStatus(Function<NodeConfigStatus,NodeConfigStatus> function)
DoneableNodeConfigStatus(NodeConfigStatus item)
DoneableNodeConfigStatus(NodeConfigStatus item, Function<NodeConfigStatus,NodeConfigStatus> function)
-
Method Summary
Modifier and Type Method Description NodeConfigStatus
done()
Methods inherited from class io.fabric8.kubernetes.api.model.NodeConfigStatusFluentImpl
buildActive, buildAssigned, buildLastKnownGood, editActive, editAssigned, editLastKnownGood, editOrNewActive, editOrNewActiveLike, editOrNewAssigned, editOrNewAssignedLike, editOrNewLastKnownGood, editOrNewLastKnownGoodLike, equals, getActive, getAssigned, getError, getLastKnownGood, hasActive, hasAssigned, hasError, hasLastKnownGood, withActive, withAssigned, withError, withLastKnownGood, withNewActive, withNewActiveLike, withNewAssigned, withNewAssignedLike, withNewError, withNewError, withNewError, withNewLastKnownGood, withNewLastKnownGoodLike
-
Constructor Details
-
DoneableNodeConfigStatus
-
DoneableNodeConfigStatus
public DoneableNodeConfigStatus(NodeConfigStatus item, Function<NodeConfigStatus,NodeConfigStatus> function) -
DoneableNodeConfigStatus
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<NodeConfigStatus>
-