mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Merge pull request #47041 from k82cn/k8s_10043
Automatic merge from submit-queue Deprecated binding for 1.7 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #10043 ```release-note Deprecated Binding objects in 1.7. ```
This commit is contained in:
@@ -46918,7 +46918,7 @@
|
||||
}
|
||||
},
|
||||
"io.k8s.kubernetes.pkg.api.v1.Binding": {
|
||||
"description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
|
||||
"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.",
|
||||
"required": [
|
||||
"target"
|
||||
],
|
||||
|
@@ -17327,7 +17327,7 @@
|
||||
"models": {
|
||||
"v1.Binding": {
|
||||
"id": "v1.Binding",
|
||||
"description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
|
||||
"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.",
|
||||
"required": [
|
||||
"target"
|
||||
],
|
||||
|
Reference in New Issue
Block a user