Represents storage that is managed by an external CSI volume driver (Beta feature)
| 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 | 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 | Boolean | 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. |