Package io.fabric8.kubernetes.api.model
Class VolumeMount
java.lang.Object
io.fabric8.kubernetes.api.model.VolumeMount
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class VolumeMount extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description VolumeMount()No args constructor for use in serializationVolumeMount(String mountPath, String mountPropagation, String name, Boolean readOnly, String subPath, String subPathExpr) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMountPath()StringgetMountPropagation()StringgetName()BooleangetReadOnly()StringgetSubPath()StringgetSubPathExpr()voidsetAdditionalProperty(String name, Object value)voidsetMountPath(String mountPath)voidsetMountPropagation(String mountPropagation)voidsetName(String name)voidsetReadOnly(Boolean readOnly)voidsetSubPath(String subPath)voidsetSubPathExpr(String subPathExpr)
-
Constructor Details
-
VolumeMount
public VolumeMount()No args constructor for use in serialization -
VolumeMount
public VolumeMount(String mountPath, String mountPropagation, String name, Boolean readOnly, String subPath, String subPathExpr)- Parameters:
mountPath-mountPropagation-name-readOnly-subPath-subPathExpr-
-
-
Method Details
-
getMountPath
- Returns:
- The mountPath
-
setMountPath
- Parameters:
mountPath- The mountPath
-
getMountPropagation
- Returns:
- The mountPropagation
-
setMountPropagation
- Parameters:
mountPropagation- The mountPropagation
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getSubPath
- Returns:
- The subPath
-
setSubPath
- Parameters:
subPath- The subPath
-
getSubPathExpr
- Returns:
- The subPathExpr
-
setSubPathExpr
- Parameters:
subPathExpr- The subPathExpr
-
getAdditionalProperties
-
setAdditionalProperty
-