V1CSIPersistentVolumeSource

March 28, 2026 · View on GitHub

Represents storage that is managed by an external CSI volume driver

Properties

NameTypeDescriptionNotes
controller_expand_secret_refV1SecretReference[optional]
controller_publish_secret_refV1SecretReference[optional]
driverstrdriver is the name of the driver to use for this volume. Required.
fs_typestrfsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".[optional]
node_expand_secret_refV1SecretReference[optional]
node_publish_secret_refV1SecretReference[optional]
node_stage_secret_refV1SecretReference[optional]
read_onlyboolreadOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).[optional]
volume_attributesdict[str, str]volumeAttributes of the volume to publish.[optional]
volume_handlestrvolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

[Back to Model list] [Back to API list] [Back to README]