python/kubernetes/docs/V1CSIPersistentVolumeSource.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.4 KiB
Raw Permalink Blame History

V1CSIPersistentVolumeSource

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

Properties

Name Type Description Notes
controller_expand_secret_ref V1SecretReference [optional]
controller_publish_secret_ref V1SecretReference [optional]
driver str Driver is the name of the driver to use for this volume. Required.
fs_type str Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. [optional]
node_publish_secret_ref V1SecretReference [optional]
node_stage_secret_ref V1SecretReference [optional]
read_only bool Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). [optional]
volume_attributes dict(str, str) Attributes of the volume to publish. [optional]
volume_handle str VolumeHandle is the unique volume name returned by the CSI volume plugins CreateVolume to refer to the volume on all subsequent calls. Required.

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