Merge pull request #126955 from tallclair/cleanup

Remove corev1.Binding deprecation message
This commit is contained in:
Kubernetes Prow Robot
2024-10-23 02:21:19 +01:00
committed by GitHub
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",