Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeClaimStatusFluent.ConditionsNested<N>
-
- All Superinterfaces:
Fluent<PersistentVolumeClaimStatusFluent.ConditionsNested<N>>
,Nested<N>
,PersistentVolumeClaimConditionFluent<PersistentVolumeClaimStatusFluent.ConditionsNested<N>>
- All Known Implementing Classes:
PersistentVolumeClaimStatusFluentImpl.ConditionsNestedImpl
- Enclosing interface:
- PersistentVolumeClaimStatusFluent<A extends PersistentVolumeClaimStatusFluent<A>>
public static interface PersistentVolumeClaimStatusFluent.ConditionsNested<N> extends Nested<N>, PersistentVolumeClaimConditionFluent<PersistentVolumeClaimStatusFluent.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.PersistentVolumeClaimConditionFluent
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
-
-