PortworxVolumeSource

case class PortworxVolumeSource(fsType: Optional[String], readOnly: Optional[Boolean], volumeID: String)

PortworxVolumeSource represents a Portworx volume resource.

Value parameters:
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.

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

volumeID

VolumeID uniquely identifies a Portworx volume

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

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.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

VolumeID uniquely identifies a Portworx volume

VolumeID uniquely identifies a Portworx volume

This effect always succeeds, it is safe to use the field volumeID directly.

Inherited methods

Inherited from:
Product