public interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getMountPath() |
String |
getMountPropagation() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getSubPath() |
String |
getSubPathExpr() |
Boolean |
hasMountPath() |
Boolean |
hasMountPropagation() |
Boolean |
hasName() |
Boolean |
hasReadOnly() |
Boolean |
hasSubPath() |
Boolean |
hasSubPathExpr() |
A |
withMountPath(String mountPath) |
A |
withMountPropagation(String mountPropagation) |
A |
withName(String name) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSubPath(String subPath) |
A |
withSubPathExpr(String subPathExpr) |
String getMountPath()
Boolean hasMountPath()
String getMountPropagation()
Boolean hasMountPropagation()
String getName()
Boolean hasName()
Boolean getReadOnly()
Boolean hasReadOnly()
String getSubPath()
Boolean hasSubPath()
String getSubPathExpr()
Boolean hasSubPathExpr()
A withReadOnly()
Copyright © 2022. All rights reserved.