Class StorageOSVolumeSource

    • Constructor Detail

      • StorageOSVolumeSource

        public StorageOSVolumeSource()
        No args constructor for use in serialization
    • Method Detail

      • getFsType

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

        public void setFsType​(String fsType)
        fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". 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.
      • getSecretRef

        public LocalObjectReference getSecretRef()
        Represents a StorageOS persistent volume resource.
      • setSecretRef

        public void setSecretRef​(LocalObjectReference secretRef)
        Represents a StorageOS persistent volume resource.
      • getVolumeName

        public String getVolumeName()
        volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
      • setVolumeName

        public void setVolumeName​(String volumeName)
        volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
      • getVolumeNamespace

        public String getVolumeNamespace()
        volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
      • setVolumeNamespace

        public void setVolumeNamespace​(String volumeNamespace)
        volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
      • getAdditionalProperties

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

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

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