You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubernetes-api/workload-resources/binding-v1.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@ auto_generated: true
28
28
## Binding {#Binding}
29
29
30
30
<!--
31
-
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.
31
+
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
32
32
-->
33
33
Binding 将一个对象与另一个对象绑定在一起;例如,调度程序将一个 Pod 绑定到一个节点。
34
-
1.7 版中已弃用,请使用 Pod 的 Binding 子资源代替。
35
34
36
35
<hr>
37
36
@@ -81,11 +80,11 @@ POST /api/v1/namespaces/{namespace}/bindings
0 commit comments