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/docs/reference/kubernetes-api/cluster-resources/binding-v1.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ api_metadata:
4
4
import: "k8s.io/api/core/v1"
5
5
kind: "Binding"
6
6
content_type: "api_reference"
7
-
description: "Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。"
7
+
description: "Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。"
8
8
title: "Binding"
9
9
weight: 9
10
10
auto_generated: true
@@ -30,7 +30,7 @@ guide. You can file document formatting bugs against the
30
30
<!--
31
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.
32
32
-->
33
-
Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。1.7已弃用,请使用 pods 的 bindings 子资源。
33
+
Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。1.7 已弃用,请使用 Pod 的 Binding 子资源。
34
34
<hr>
35
35
36
36
-**apiVersion**: v1
@@ -47,7 +47,7 @@ Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被
47
47
48
48
The target object that you want to bind to the standard object.
0 commit comments