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:
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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NodeConfigStatusFluentImpl()
NodeConfigStatusFluentImpl(NodeConfigStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
NodeConfigStatusFluentImpl
public NodeConfigStatusFluentImpl()
-
NodeConfigStatusFluentImpl
public NodeConfigStatusFluentImpl(NodeConfigStatus instance)
-
-
Method Detail
-
getActive
@Deprecated public NodeConfigSource 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
public NodeConfigSource buildActive()
- Specified by:
buildActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withActive
public A withActive(NodeConfigSource active)
- Specified by:
withActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasActive
public Boolean hasActive()
- Specified by:
hasActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewActive
public NodeConfigStatusFluent.ActiveNested<A> withNewActive()
- Specified by:
withNewActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewActiveLike
public NodeConfigStatusFluent.ActiveNested<A> withNewActiveLike(NodeConfigSource item)
- Specified by:
withNewActiveLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editActive
public NodeConfigStatusFluent.ActiveNested<A> editActive()
- Specified by:
editActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewActive
public NodeConfigStatusFluent.ActiveNested<A> editOrNewActive()
- Specified by:
editOrNewActive
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewActiveLike
public NodeConfigStatusFluent.ActiveNested<A> editOrNewActiveLike(NodeConfigSource item)
- Specified by:
editOrNewActiveLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getAssigned
@Deprecated public NodeConfigSource 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
public NodeConfigSource buildAssigned()
- Specified by:
buildAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withAssigned
public A withAssigned(NodeConfigSource assigned)
- Specified by:
withAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasAssigned
public Boolean hasAssigned()
- Specified by:
hasAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewAssigned
public NodeConfigStatusFluent.AssignedNested<A> withNewAssigned()
- Specified by:
withNewAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewAssignedLike
public NodeConfigStatusFluent.AssignedNested<A> withNewAssignedLike(NodeConfigSource item)
- Specified by:
withNewAssignedLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editAssigned
public NodeConfigStatusFluent.AssignedNested<A> editAssigned()
- Specified by:
editAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewAssigned
public NodeConfigStatusFluent.AssignedNested<A> editOrNewAssigned()
- Specified by:
editOrNewAssigned
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewAssignedLike
public NodeConfigStatusFluent.AssignedNested<A> editOrNewAssignedLike(NodeConfigSource item)
- Specified by:
editOrNewAssignedLike
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getError
public String getError()
- Specified by:
getError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withError
public A withError(String error)
- Specified by:
withError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasError
public Boolean hasError()
- Specified by:
hasError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
public A withNewError(String arg1)
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
public A withNewError(StringBuilder arg1)
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewError
public A withNewError(StringBuffer arg1)
- Specified by:
withNewError
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
getLastKnownGood
@Deprecated public NodeConfigSource 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
public NodeConfigSource buildLastKnownGood()
- Specified by:
buildLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withLastKnownGood
public A withLastKnownGood(NodeConfigSource lastKnownGood)
- Specified by:
withLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
hasLastKnownGood
public Boolean hasLastKnownGood()
- Specified by:
hasLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
withNewLastKnownGood
public NodeConfigStatusFluent.LastKnownGoodNested<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
public NodeConfigStatusFluent.LastKnownGoodNested<A> editLastKnownGood()
- Specified by:
editLastKnownGood
in interfaceNodeConfigStatusFluent<A extends NodeConfigStatusFluent<A>>
-
editOrNewLastKnownGood
public NodeConfigStatusFluent.LastKnownGoodNested<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>>
-
-