Package io.fabric8.kubernetes.api.model
Interface EphemeralContainerFluent.VolumeMountsNested<N>
-
- All Superinterfaces:
Fluent<EphemeralContainerFluent.VolumeMountsNested<N>>
,Nested<N>
,VolumeMountFluent<EphemeralContainerFluent.VolumeMountsNested<N>>
- All Known Implementing Classes:
EphemeralContainerFluentImpl.VolumeMountsNestedImpl
- Enclosing interface:
- EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
public static interface EphemeralContainerFluent.VolumeMountsNested<N> extends Nested<N>, VolumeMountFluent<EphemeralContainerFluent.VolumeMountsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endVolumeMount()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.VolumeMountFluent
getMountPath, getMountPropagation, getName, getSubPath, getSubPathExpr, hasMountPath, hasMountPropagation, hasName, hasReadOnly, hasSubPath, hasSubPathExpr, isReadOnly, withMountPath, withMountPropagation, withName, withNewMountPath, withNewMountPath, withNewMountPath, withNewMountPropagation, withNewMountPropagation, withNewMountPropagation, withNewName, withNewName, withNewName, withNewReadOnly, withNewReadOnly, withNewSubPath, withNewSubPath, withNewSubPath, withNewSubPathExpr, withNewSubPathExpr, withNewSubPathExpr, withReadOnly, withSubPath, withSubPathExpr
-
-