Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.26 KB

V1CsiPersistentVolumeSource.md

File metadata and controls

17 lines (13 loc) · 1.26 KB

V1CsiPersistentVolumeSource

Properties

Name Type Description Notes
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 bool 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.

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