mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Regenerate everything
This commit is contained in:
@@ -37674,6 +37674,10 @@
|
||||
"description": "A label query over volumes to consider for binding.",
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
||||
},
|
||||
"storageClassName": {
|
||||
"description": "Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1",
|
||||
"type": "string"
|
||||
},
|
||||
"volumeName": {
|
||||
"description": "VolumeName is the binding reference to the PersistentVolume backing this claim.",
|
||||
"type": "string"
|
||||
@@ -37842,6 +37846,10 @@
|
||||
"description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md",
|
||||
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.RBDVolumeSource"
|
||||
},
|
||||
"storageClassName": {
|
||||
"description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",
|
||||
"type": "string"
|
||||
},
|
||||
"vsphereVolume": {
|
||||
"description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine",
|
||||
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.VsphereVirtualDiskVolumeSource"
|
||||
|
Reference in New Issue
Block a user