Package io.fabric8.kubernetes.api.model
Class NodeConfigStatusFluentImpl<A extends NodeConfigStatusFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeConfigStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,NodeConfigStatusFluent<A>
- Direct Known Subclasses:
DoneableNodeConfigStatus
,NodeConfigStatusBuilder
,NodeStatusFluentImpl.ConfigNestedImpl
,WatchEventFluentImpl.NodeConfigStatusObjectNestedImpl
public class NodeConfigStatusFluentImpl<A extends NodeConfigStatusFluent<A>> extends BaseFluent<A> implements NodeConfigStatusFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NodeConfigStatusFluentImpl.ActiveNestedImpl<N>
class
NodeConfigStatusFluentImpl.AssignedNestedImpl<N>
class
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 NodeConfigStatusFluentImpl()
NodeConfigStatusFluentImpl(NodeConfigStatus instance)
-
Method Summary
-
Constructor Details
-
NodeConfigStatusFluentImpl
public NodeConfigStatusFluentImpl() -
NodeConfigStatusFluentImpl
-
-
Method Details
-
getActive
Deprecated.This method has been deprecated, please use method buildActive instead.- Specified by:
getActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildActive
- Specified by:
buildActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withActive
- Specified by:
withActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasActive
- Specified by:
hasActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewActive
- Specified by:
withNewActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewActiveLike
- Specified by:
withNewActiveLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editActive
- Specified by:
editActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewActive
- Specified by:
editOrNewActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewActiveLike
- Specified by:
editOrNewActiveLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getAssigned
Deprecated.This method has been deprecated, please use method buildAssigned instead.- Specified by:
getAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildAssigned
- Specified by:
buildAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withAssigned
- Specified by:
withAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasAssigned
- Specified by:
hasAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewAssigned
- Specified by:
withNewAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewAssignedLike
- Specified by:
withNewAssignedLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editAssigned
- Specified by:
editAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewAssigned
- Specified by:
editOrNewAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewAssignedLike
- Specified by:
editOrNewAssignedLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getError
- Specified by:
getError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withError
- Specified by:
withError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasError
- Specified by:
hasError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getLastKnownGood
Deprecated.This method has been deprecated, please use method buildLastKnownGood instead.- Specified by:
getLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
- Returns:
- The buildable object.
-
buildLastKnownGood
- Specified by:
buildLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withLastKnownGood
- Specified by:
withLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasLastKnownGood
- Specified by:
hasLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewLastKnownGood
- Specified by:
withNewLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewLastKnownGoodLike
public NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGoodLike(NodeConfigSource item)- Specified by:
withNewLastKnownGoodLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editLastKnownGood
- Specified by:
editLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewLastKnownGood
- Specified by:
editOrNewLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewLastKnownGoodLike
public NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGoodLike(NodeConfigSource item)- Specified by:
editOrNewLastKnownGoodLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
equals
-