Remove corev1.Binding deprecation message

This commit is contained in:
Tim Allclair
2024-08-27 16:52:28 -07:00
parent e9c9a27c97
commit adf6baa857
7 changed files with 4 additions and 7 deletions

View File

@@ -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",

View File

@@ -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",