public final class VolumeMount<R extends DefaultK8sObject> extends AbstractK8sObject<R,VolumeMount<R>>
listener, result| Constructor and Description |
|---|
VolumeMount(R result,
ChangeListener<VolumeMount<R>> listener) |
| Modifier and Type | Method and Description |
|---|---|
R |
buildVolumeMount() |
VolumeMount<R> |
mountPath(java.lang.String mountPath) |
VolumeMount<R> |
mountPropagation(java.lang.String mountPropagation) |
VolumeMount<R> |
name(java.lang.String name) |
VolumeMount<R> |
readOnly(java.lang.Boolean readOnly) |
VolumeMount<R> |
subPath(java.lang.String subPath) |
VolumeMount<R> |
subPathExpr(java.lang.String subPathExpr) |
public VolumeMount(R result, ChangeListener<VolumeMount<R>> listener)
public VolumeMount<R> name(java.lang.String name)
public VolumeMount<R> mountPath(java.lang.String mountPath)
public VolumeMount<R> mountPropagation(java.lang.String mountPropagation)
public VolumeMount<R> readOnly(java.lang.Boolean readOnly)
public VolumeMount<R> subPath(java.lang.String subPath)
public VolumeMount<R> subPathExpr(java.lang.String subPathExpr)
public R buildVolumeMount()