public class VolumeMount extends Object implements 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 |
|---|---|
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) |
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)
Copyright © 2015–2022 Red Hat. All rights reserved.