Package io.fabric8.kubernetes.api.model
Interface VolumeFluent.PersistentVolumeClaimNested<N>
-
- All Superinterfaces:
Fluent<VolumeFluent.PersistentVolumeClaimNested<N>>
,Nested<N>
,PersistentVolumeClaimVolumeSourceFluent<VolumeFluent.PersistentVolumeClaimNested<N>>
- All Known Implementing Classes:
VolumeFluentImpl.PersistentVolumeClaimNestedImpl
- Enclosing interface:
- VolumeFluent<A extends VolumeFluent<A>>
public static interface VolumeFluent.PersistentVolumeClaimNested<N> extends Nested<N>, PersistentVolumeClaimVolumeSourceFluent<VolumeFluent.PersistentVolumeClaimNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPersistentVolumeClaim()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSourceFluent
getClaimName, hasClaimName, hasReadOnly, isReadOnly, withClaimName, withNewClaimName, withNewClaimName, withNewClaimName, withNewReadOnly, withNewReadOnly, withReadOnly
-
-