Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.49 KB

v1_csi_persistent_volume_source.md

File metadata and controls

19 lines (15 loc) · 1.49 KB

v1_csi_persistent_volume_source_t

Properties

Name Type Description Notes
controller_expand_secret_ref v1_secret_reference_t * [optional]
controller_publish_secret_ref v1_secret_reference_t * [optional]
driver char * driver is the name of the driver to use for this volume. Required.
fs_type char * fsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". [optional]
node_expand_secret_ref v1_secret_reference_t * [optional]
node_publish_secret_ref v1_secret_reference_t * [optional]
node_stage_secret_ref v1_secret_reference_t * [optional]
read_only int readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). [optional]
volume_attributes list_t* volumeAttributes of the volume to publish. [optional]
volume_handle char * 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]