Class VolumeMounts
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.VolumeMounts
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class VolumeMounts extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VolumeMounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMountPath()StringgetMountPropagation()StringgetName()BooleangetReadOnly()StringgetSubPath()StringgetSubPathExpr()voidsetMountPath(String mountPath)voidsetMountPropagation(String mountPropagation)voidsetName(String name)voidsetReadOnly(Boolean readOnly)voidsetSubPath(String subPath)voidsetSubPathExpr(String subPathExpr)
-
-
-
Method Detail
-
getMountPath
public String getMountPath()
-
setMountPath
public void setMountPath(String mountPath)
-
getMountPropagation
public String getMountPropagation()
-
setMountPropagation
public void setMountPropagation(String mountPropagation)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSubPath
public String getSubPath()
-
setSubPath
public void setSubPath(String subPath)
-
getSubPathExpr
public String getSubPathExpr()
-
setSubPathExpr
public void setSubPathExpr(String subPathExpr)
-
-