Use +default for now deprecated ScaleIO volume

This commit is contained in:
Tim Hockin
2024-06-19 12:18:33 -07:00
parent 0f5ab4beec
commit a074dd6f2e
19 changed files with 164 additions and 41 deletions

View File

@@ -29450,6 +29450,7 @@ func schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref common.Reference
"storageMode": {
SchemaProps: spec.SchemaProps{
Description: "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
Default: "ThinProvisioned",
Type: []string{"string"},
Format: "",
},
@@ -29464,6 +29465,7 @@ func schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref common.Reference
"fsType": {
SchemaProps: spec.SchemaProps{
Description: "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\"",
Default: "xfs",
Type: []string{"string"},
Format: "",
},
@@ -29537,6 +29539,7 @@ func schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref common.ReferenceCallback)
"storageMode": {
SchemaProps: spec.SchemaProps{
Description: "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
Default: "ThinProvisioned",
Type: []string{"string"},
Format: "",
},
@@ -29551,6 +29554,7 @@ func schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref common.ReferenceCallback)
"fsType": {
SchemaProps: spec.SchemaProps{
Description: "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".",
Default: "xfs",
Type: []string{"string"},
Format: "",
},