Class VolumeMount

    • Constructor Detail

      • 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 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)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)