Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeSpecFluent.FlexVolumeNested<N>
-
- All Superinterfaces:
FlexPersistentVolumeSourceFluent<PersistentVolumeSpecFluent.FlexVolumeNested<N>>
,Fluent<PersistentVolumeSpecFluent.FlexVolumeNested<N>>
,Nested<N>
- All Known Implementing Classes:
PersistentVolumeSpecFluentImpl.FlexVolumeNestedImpl
- Enclosing interface:
- PersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
public static interface PersistentVolumeSpecFluent.FlexVolumeNested<N> extends Nested<N>, FlexPersistentVolumeSourceFluent<PersistentVolumeSpecFluent.FlexVolumeNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.FlexPersistentVolumeSourceFluent
FlexPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endFlexVolume()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.FlexPersistentVolumeSourceFluent
addToOptions, addToOptions, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getDriver, getFsType, getOptions, getSecretRef, hasDriver, hasFsType, hasOptions, hasReadOnly, hasSecretRef, isReadOnly, removeFromOptions, removeFromOptions, withDriver, withFsType, withNewDriver, withNewDriver, withNewDriver, withNewFsType, withNewFsType, withNewFsType, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withOptions, withReadOnly, withSecretRef
-
-