Package io.fabric8.kubernetes.api.model
Interface VolumeFluent.HostPathNested<N>
-
- All Superinterfaces:
Fluent<VolumeFluent.HostPathNested<N>>
,HostPathVolumeSourceFluent<VolumeFluent.HostPathNested<N>>
,Nested<N>
- All Known Implementing Classes:
VolumeFluentImpl.HostPathNestedImpl
- Enclosing interface:
- VolumeFluent<A extends VolumeFluent<A>>
public static interface VolumeFluent.HostPathNested<N> extends Nested<N>, HostPathVolumeSourceFluent<VolumeFluent.HostPathNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endHostPath()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluent
getPath, getType, hasPath, hasType, withNewPath, withNewPath, withNewPath, withNewType, withNewType, withNewType, withPath, withType
-
-