Package io.fabric8.kubernetes.api.model
Interface PodStatusFluent.ConditionsNested<N>
-
- All Superinterfaces:
Fluent<PodStatusFluent.ConditionsNested<N>>
,Nested<N>
,PodConditionFluent<PodStatusFluent.ConditionsNested<N>>
- All Known Implementing Classes:
PodStatusFluentImpl.ConditionsNestedImpl
- Enclosing interface:
- PodStatusFluent<A extends PodStatusFluent<A>>
public static interface PodStatusFluent.ConditionsNested<N> extends Nested<N>, PodConditionFluent<PodStatusFluent.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.PodConditionFluent
getLastProbeTime, getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastProbeTime, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastProbeTime, withLastTransitionTime, withMessage, withNewLastProbeTime, withNewLastProbeTime, withNewLastProbeTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
-