mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Merge pull request #126955 from tallclair/cleanup
Remove corev1.Binding deprecation message
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -5723,7 +5723,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.core.v1.Binding": {
|
||||
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
|
||||
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
|
||||
|
@@ -402,7 +402,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.core.v1.Binding": {
|
||||
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
|
||||
"description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler.",
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
|
||||
|
Reference in New Issue
Block a user