Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.36 KB

File metadata and controls

22 lines (15 loc) · 1.36 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 fsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". [optional]
nodeExpandSecretRef V1SecretReference [optional]
nodePublishSecretRef V1SecretReference [optional]
nodeStageSecretRef V1SecretReference [optional]
readOnly Boolean readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). [optional]
volumeAttributes Map<String, String> volumeAttributes 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.