Package io.fabric8.kubernetes.api.model
Interface VolumeMountFluent<A extends VolumeMountFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.VolumeMountsNested<N>,EphemeralContainerFluent.VolumeMountsNested<N>,WatchEventFluent.VolumeMountObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.VolumeMountsNestedImpl,DoneableVolumeMount,EphemeralContainerFluentImpl.VolumeMountsNestedImpl,VolumeMountBuilder,VolumeMountFluentImpl,WatchEventFluentImpl.VolumeMountObjectNestedImpl
public interface VolumeMountFluent<A extends VolumeMountFluent<A>> extends Fluent<A>
-
Method Summary
-
Method Details
-
getMountPath
String getMountPath() -
withMountPath
-
hasMountPath
Boolean hasMountPath() -
withNewMountPath
-
withNewMountPath
-
withNewMountPath
-
getMountPropagation
String getMountPropagation() -
withMountPropagation
-
hasMountPropagation
Boolean hasMountPropagation() -
withNewMountPropagation
-
withNewMountPropagation
-
withNewMountPropagation
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getSubPath
String getSubPath() -
withSubPath
-
hasSubPath
Boolean hasSubPath() -
withNewSubPath
-
withNewSubPath
-
withNewSubPath
-
getSubPathExpr
String getSubPathExpr() -
withSubPathExpr
-
hasSubPathExpr
Boolean hasSubPathExpr() -
withNewSubPathExpr
-
withNewSubPathExpr
-
withNewSubPathExpr
-