Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeSpecFluent.LocalNested<N>
-
- All Superinterfaces:
Fluent<PersistentVolumeSpecFluent.LocalNested<N>>
,LocalVolumeSourceFluent<PersistentVolumeSpecFluent.LocalNested<N>>
,Nested<N>
- All Known Implementing Classes:
PersistentVolumeSpecFluentImpl.LocalNestedImpl
- Enclosing interface:
- PersistentVolumeSpecFluent<A extends PersistentVolumeSpecFluent<A>>
public static interface PersistentVolumeSpecFluent.LocalNested<N> extends Nested<N>, LocalVolumeSourceFluent<PersistentVolumeSpecFluent.LocalNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endLocal()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.LocalVolumeSourceFluent
getFsType, getPath, hasFsType, hasPath, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPath, withNewPath, withNewPath, withPath
-
-