mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
generated files
This commit is contained in:
8
api/openapi-spec/swagger.json
generated
8
api/openapi-spec/swagger.json
generated
@@ -80871,6 +80871,10 @@
|
||||
"reclaimPolicy": {
|
||||
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.",
|
||||
"type": "string"
|
||||
},
|
||||
"volumeBindingMode": {
|
||||
"description": "VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-kubernetes-group-version-kind": [
|
||||
@@ -81098,6 +81102,10 @@
|
||||
"reclaimPolicy": {
|
||||
"description": "Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.",
|
||||
"type": "string"
|
||||
},
|
||||
"volumeBindingMode": {
|
||||
"description": "VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-kubernetes-group-version-kind": [
|
||||
|
8
api/swagger-spec/storage.k8s.io_v1.json
generated
8
api/swagger-spec/storage.k8s.io_v1.json
generated
@@ -814,6 +814,10 @@
|
||||
"allowVolumeExpansion": {
|
||||
"type": "boolean",
|
||||
"description": "AllowVolumeExpansion shows whether the storage class allow volume expand"
|
||||
},
|
||||
"volumeBindingMode": {
|
||||
"$ref": "v1.VolumeBindingMode",
|
||||
"description": "VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1059,6 +1063,10 @@
|
||||
"id": "v1.PersistentVolumeReclaimPolicy",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.VolumeBindingMode": {
|
||||
"id": "v1.VolumeBindingMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.WatchEvent": {
|
||||
"id": "v1.WatchEvent",
|
||||
"required": [
|
||||
|
8
api/swagger-spec/storage.k8s.io_v1beta1.json
generated
8
api/swagger-spec/storage.k8s.io_v1beta1.json
generated
@@ -814,6 +814,10 @@
|
||||
"allowVolumeExpansion": {
|
||||
"type": "boolean",
|
||||
"description": "AllowVolumeExpansion shows whether the storage class allow volume expand"
|
||||
},
|
||||
"volumeBindingMode": {
|
||||
"$ref": "v1beta1.VolumeBindingMode",
|
||||
"description": "VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is alpha-level and is only honored by servers that enable the VolumeScheduling feature."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1059,6 +1063,10 @@
|
||||
"id": "v1.PersistentVolumeReclaimPolicy",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta1.VolumeBindingMode": {
|
||||
"id": "v1beta1.VolumeBindingMode",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.WatchEvent": {
|
||||
"id": "v1.WatchEvent",
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user