Class PortworxVolumeSource

    • Constructor Detail

      • PortworxVolumeSource

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

        public PortworxVolumeSource​(String fsType,
                                    Boolean readOnly,
                                    String volumeID)
    • Method Detail

      • getFsType

        public String getFsType()
        fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
      • setFsType

        public void setFsType​(String fsType)
        fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
      • getReadOnly

        public Boolean getReadOnly()
        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
        readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      • getVolumeID

        public String getVolumeID()
        volumeID uniquely identifies a Portworx volume
      • setVolumeID

        public void setVolumeID​(String volumeID)
        volumeID uniquely identifies a Portworx volume
      • getAdditionalProperties

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

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

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