@Generated(value="jsonschema2pojo") public class VolumeMount extends Object implements io.fabric8.kubernetes.api.builder.Editable<VolumeMountBuilder>, KubernetesResource
| Constructor and Description |
|---|
VolumeMount()
No args constructor for use in serialization
|
VolumeMount(String mountPath,
String mountPropagation,
String name,
Boolean readOnly,
String subPath,
String subPathExpr) |
| Modifier and Type | Method and Description |
|---|---|
VolumeMountBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
String |
getMountPropagation() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getSubPath() |
String |
getSubPathExpr() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMountPath(String mountPath) |
void |
setMountPropagation(String mountPropagation) |
void |
setName(String name) |
void |
setReadOnly(Boolean readOnly) |
void |
setSubPath(String subPath) |
void |
setSubPathExpr(String subPathExpr) |
VolumeMountBuilder |
toBuilder() |
public String getMountPath()
public void setMountPath(String mountPath)
public String getMountPropagation()
public void setMountPropagation(String mountPropagation)
public String getName()
public void setName(String name)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public String getSubPath()
public void setSubPath(String subPath)
public String getSubPathExpr()
public void setSubPathExpr(String subPathExpr)
public VolumeMountBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<VolumeMountBuilder>public VolumeMountBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.