Class VolumeMountStatus

    • Constructor Detail

      • VolumeMountStatus

        public VolumeMountStatus()
        No args constructor for use in serialization
      • VolumeMountStatus

        public VolumeMountStatus​(String mountPath,
                                 String name,
                                 Boolean readOnly,
                                 String recursiveReadOnly)
    • Method Detail

      • getMountPath

        public String getMountPath()
        MountPath corresponds to the original VolumeMount.
      • setMountPath

        public void setMountPath​(String mountPath)
        MountPath corresponds to the original VolumeMount.
      • getName

        public String getName()
        Name corresponds to the name of the original VolumeMount.
      • setName

        public void setName​(String name)
        Name corresponds to the name of the original VolumeMount.
      • getReadOnly

        public Boolean getReadOnly()
        ReadOnly corresponds to the original VolumeMount.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        ReadOnly corresponds to the original VolumeMount.
      • getRecursiveReadOnly

        public String getRecursiveReadOnly()
        RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.
      • setRecursiveReadOnly

        public void setRecursiveReadOnly​(String recursiveReadOnly)
        RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)