Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeFluent.StatusNested<N>
-
- All Superinterfaces:
Fluent<PersistentVolumeFluent.StatusNested<N>>
,Nested<N>
,PersistentVolumeStatusFluent<PersistentVolumeFluent.StatusNested<N>>
- All Known Implementing Classes:
PersistentVolumeFluentImpl.StatusNestedImpl
- Enclosing interface:
- PersistentVolumeFluent<A extends PersistentVolumeFluent<A>>
public static interface PersistentVolumeFluent.StatusNested<N> extends Nested<N>, PersistentVolumeStatusFluent<PersistentVolumeFluent.StatusNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endStatus()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PersistentVolumeStatusFluent
getMessage, getPhase, getReason, hasMessage, hasPhase, hasReason, withMessage, withNewMessage, withNewMessage, withNewMessage, withNewPhase, withNewPhase, withNewPhase, withNewReason, withNewReason, withNewReason, withPhase, withReason
-
-