mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
CSI - Auto-generated code updates
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -76031,7 +76031,7 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.api.core.v1.CSIPersistentVolumeSource": {
|
||||
"description": "Represents storage that is managed by an external CSI volume driver",
|
||||
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
|
||||
"required": [
|
||||
"driver",
|
||||
"volumeHandle"
|
||||
@@ -78556,7 +78556,7 @@
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
|
||||
},
|
||||
"csi": {
|
||||
"description": "CSI represents storage that handled by an external CSI driver",
|
||||
"description": "CSI represents storage that handled by an external CSI driver (Beta feature).",
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource"
|
||||
},
|
||||
"fc": {
|
||||
|
4
api/swagger-spec/v1.json
generated
4
api/swagger-spec/v1.json
generated
@@ -20651,7 +20651,7 @@
|
||||
},
|
||||
"csi": {
|
||||
"$ref": "v1.CSIPersistentVolumeSource",
|
||||
"description": "CSI represents storage that handled by an external CSI driver"
|
||||
"description": "CSI represents storage that handled by an external CSI driver (Beta feature)."
|
||||
},
|
||||
"accessModes": {
|
||||
"type": "array",
|
||||
@@ -21307,7 +21307,7 @@
|
||||
},
|
||||
"v1.CSIPersistentVolumeSource": {
|
||||
"id": "v1.CSIPersistentVolumeSource",
|
||||
"description": "Represents storage that is managed by an external CSI volume driver",
|
||||
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
|
||||
"required": [
|
||||
"driver",
|
||||
"volumeHandle"
|
||||
|
Reference in New Issue
Block a user