Package io.fabric8.kubernetes.api.model
Interface NodeStatusFluent.ConditionsNested<N>
-
- All Superinterfaces:
Fluent<NodeStatusFluent.ConditionsNested<N>>
,Nested<N>
,NodeConditionFluent<NodeStatusFluent.ConditionsNested<N>>
- All Known Implementing Classes:
NodeStatusFluentImpl.ConditionsNestedImpl
- Enclosing interface:
- NodeStatusFluent<A extends NodeStatusFluent<A>>
public static interface NodeStatusFluent.ConditionsNested<N> extends Nested<N>, NodeConditionFluent<NodeStatusFluent.ConditionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endCondition()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeConditionFluent
getLastHeartbeatTime, getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastHeartbeatTime, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastHeartbeatTime, withLastTransitionTime, withMessage, withNewLastHeartbeatTime, withNewLastHeartbeatTime, withNewLastHeartbeatTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
-