PortworxVolumeSourcePatch

data class PortworxVolumeSourcePatch(val fsType: String? = null, val readOnly: Boolean? = null, val volumeID: String? = null)

PortworxVolumeSource represents a Portworx volume resource.

Constructors

Link copied to clipboard
constructor(fsType: String? = null, readOnly: Boolean? = null, volumeID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsType: String? = null

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.

Link copied to clipboard
val readOnly: Boolean? = null

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

Link copied to clipboard
val volumeID: String? = null

volumeID uniquely identifies a Portworx volume