Class 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 Detail

      • VolumeMounts

        public VolumeMounts()
    • 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)