Interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ContainerFluent.VolumeMountsNested<N>
,V1EphemeralContainerFluent.VolumeMountsNested<N>
- All Known Implementing Classes:
V1VolumeMountBuilder
,V1VolumeMountFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
hasName()
withMountPath
(String mountPath) withMountPropagation
(String mountPropagation) withReadOnly
(Boolean readOnly) withSubPath
(String subPath) withSubPathExpr
(String subPathExpr)
-
Method Details
-
getMountPath
String getMountPath() -
withMountPath
-
hasMountPath
Boolean hasMountPath() -
getMountPropagation
String getMountPropagation() -
withMountPropagation
-
hasMountPropagation
Boolean hasMountPropagation() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSubPath
String getSubPath() -
withSubPath
-
hasSubPath
Boolean hasSubPath() -
getSubPathExpr
String getSubPathExpr() -
withSubPathExpr
-
hasSubPathExpr
Boolean hasSubPathExpr() -
withReadOnly
A withReadOnly()
-