mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +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"
|
||||
|
@@ -3081,6 +3081,10 @@
|
||||
"volumeName": {
|
||||
"type": "string",
|
||||
"description": "VolumeName is the binding reference to the PersistentVolume backing this claim."
|
||||
},
|
||||
"storageClassName": {
|
||||
"type": "string",
|
||||
"description": "Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -17667,6 +17667,10 @@
|
||||
"volumeName": {
|
||||
"type": "string",
|
||||
"description": "VolumeName is the binding reference to the PersistentVolume backing this claim."
|
||||
},
|
||||
"storageClassName": {
|
||||
"type": "string",
|
||||
"description": "Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -17895,6 +17899,10 @@
|
||||
"persistentVolumeReclaimPolicy": {
|
||||
"type": "string",
|
||||
"description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy"
|
||||
},
|
||||
"storageClassName": {
|
||||
"type": "string",
|
||||
"description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user