Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.29 KB

File metadata and controls

21 lines (14 loc) · 1.29 KB

V1CSIPersistentVolumeSource

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

Properties

Name Type Description Notes
controllerExpandSecretRef V1SecretReference [optional]
controllerPublishSecretRef V1SecretReference [optional]
driver String Driver is the name of the driver to use for this volume. Required.
fsType String Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". [optional]
nodePublishSecretRef V1SecretReference [optional]
nodeStageSecretRef V1SecretReference [optional]
readOnly Boolean Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). [optional]
volumeAttributes Map<String, String> Attributes of the volume to publish. [optional]
volumeHandle String VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.