"description":"Driver is the name of the driver to use for this volume. Required.",
"description":"Driver is the name of the driver to use for this volume. Required.",
"type":"string"
"type":"string"
},
},
"fsType":{
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type":"string"
},
"readOnly":{
"readOnly":{
"description":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"description":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"description":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write)."
"description":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write)."
},
"fsType":{
"type":"string",
"description":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.</p></td>
@@ -121,6 +121,7 @@ var map_CSIPersistentVolumeSource = map[string]string{
...
@@ -121,6 +121,7 @@ var map_CSIPersistentVolumeSource = map[string]string{
"driver":"Driver is the name of the driver to use for this volume. Required.",
"driver":"Driver is the name of the driver to use for this volume. Required.",
"volumeHandle":"VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.",
"volumeHandle":"VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.",
"readOnly":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"readOnly":"Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
"fsType":"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",