Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.39 KB

V1CSIPersistentVolumeSource.md

File metadata and controls

23 lines (15 loc) · 1.39 KB

V1CSIPersistentVolumeSource

Represents storage that is managed by an external CSI volume driver

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.