CSIPersistentVolumeSource

com.coralogix.zio.k8s.model.core.v1.CSIPersistentVolumeSource
See theCSIPersistentVolumeSource companion object
case class CSIPersistentVolumeSource(controllerExpandSecretRef: Optional[SecretReference], controllerPublishSecretRef: Optional[SecretReference], driver: String, fsType: Optional[String], nodePublishSecretRef: Optional[SecretReference], nodeStageSecretRef: Optional[SecretReference], readOnly: Optional[Boolean], volumeAttributes: Optional[Map[String, String]], volumeHandle: String)

Represents storage that is managed by an external CSI volume driver (Beta feature)

Value parameters

driver

Driver is the name of the driver to use for this volume. Required.

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".

readOnly

Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).

volumeAttributes

Attributes of the volume to publish.

volumeHandle

VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets controllerExpandSecretRef.

Gets controllerExpandSecretRef.

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

Attributes

Gets controllerPublishSecretRef.

Gets controllerPublishSecretRef.

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

Attributes

Driver is the name of the driver to use for this volume. Required.

Driver is the name of the driver to use for this volume. Required.

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

Attributes

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".

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

Attributes

Gets nodePublishSecretRef.

Gets nodePublishSecretRef.

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

Attributes

Gets nodeStageSecretRef.

Gets nodeStageSecretRef.

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

Attributes

Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).

Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).

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

Attributes

Attributes of the volume to publish.

Attributes of the volume to publish.

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

Attributes

VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product