Package io.fabric8.kubernetes.api.model
Class EditableVolumeMount
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.VolumeMount
-
- io.fabric8.kubernetes.api.model.EditableVolumeMount
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<io.fabric8.kubernetes.api.model.VolumeMountBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class EditableVolumeMount extends io.fabric8.kubernetes.api.model.VolumeMount implements io.fabric8.kubernetes.api.builder.Editable<io.fabric8.kubernetes.api.model.VolumeMountBuilder>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditableVolumeMount()EditableVolumeMount(String mountPath, String mountPropagation, String name, Boolean readOnly, String subPath, String subPathExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.VolumeMountBuilderedit()-
Methods inherited from class io.fabric8.kubernetes.api.model.VolumeMount
canEqual, equals, getAdditionalProperties, getMountPath, getMountPropagation, getName, getReadOnly, getSubPath, getSubPathExpr, hashCode, setAdditionalProperty, setMountPath, setMountPropagation, setName, setReadOnly, setSubPath, setSubPathExpr, toString
-
-