Package io.fabric8.kubernetes.api.model
Interface NodeStatusFluent.ConfigNested<N>
-
- All Superinterfaces:
Fluent<NodeStatusFluent.ConfigNested<N>>
,Nested<N>
,NodeConfigStatusFluent<NodeStatusFluent.ConfigNested<N>>
- All Known Implementing Classes:
NodeStatusFluentImpl.ConfigNestedImpl
- Enclosing interface:
- NodeStatusFluent<A extends NodeStatusFluent<A>>
public static interface NodeStatusFluent.ConfigNested<N> extends Nested<N>, NodeConfigStatusFluent<NodeStatusFluent.ConfigNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeConfigStatusFluent
NodeConfigStatusFluent.ActiveNested<N>, NodeConfigStatusFluent.AssignedNested<N>, NodeConfigStatusFluent.LastKnownGoodNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endConfig()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeConfigStatusFluent
buildActive, buildAssigned, buildLastKnownGood, editActive, editAssigned, editLastKnownGood, editOrNewActive, editOrNewActiveLike, editOrNewAssigned, editOrNewAssignedLike, editOrNewLastKnownGood, editOrNewLastKnownGoodLike, getActive, getAssigned, getError, getLastKnownGood, hasActive, hasAssigned, hasError, hasLastKnownGood, withActive, withAssigned, withError, withLastKnownGood, withNewActive, withNewActiveLike, withNewAssigned, withNewAssignedLike, withNewError, withNewError, withNewError, withNewLastKnownGood, withNewLastKnownGoodLike
-
-