Skip to content

Commit 8fe03cc

Browse files
committed
Modify according to review
1 parent 3201e84 commit 8fe03cc

File tree

1 file changed

+5
-5
lines changed
  • content/zh/docs/reference/kubernetes-api/cluster-resources

1 file changed

+5
-5
lines changed

content/zh/docs/reference/kubernetes-api/cluster-resources/binding-v1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api_metadata:
44
import: "k8s.io/api/core/v1"
55
kind: "Binding"
66
content_type: "api_reference"
7-
description: "Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。"
7+
description: "Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。"
88
title: "Binding"
99
weight: 9
1010
auto_generated: true
@@ -30,7 +30,7 @@ guide. You can file document formatting bugs against the
3030
<!--
3131
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.
3232
-->
33-
Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。1.7已弃用,请使用 podsbindings 子资源。
33+
Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。1.7 已弃用,请使用 PodBinding 子资源。
3434
<hr>
3535

3636
- **apiVersion**: v1
@@ -47,7 +47,7 @@ Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被
4747
4848
The target object that you want to bind to the standard object.
4949
-->
50-
标准对象的元数据 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
50+
标准对象的元数据, 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
5151

5252
- **target** (<a href="{{< ref "../common-definitions/object-reference#ObjectReference" >}}">ObjectReference</a>), 必需的
5353

@@ -66,7 +66,7 @@ POST /api/v1/namespaces/{namespace}/bindings
6666
6767
#### Parameters
6868
-->
69-
### `创建` 创建一个 Binding
69+
### `create` 创建一个 Binding
7070

7171
#### HTTP 请求
7272

@@ -150,7 +150,7 @@ POST /api/v1/namespaces/{namespace}/bindings
150150
151151
POST /api/v1/namespaces/{namespace}/pods/{name}/binding
152152
-->
153-
### `create` 创建Pod的绑定
153+
### `create` 创建 Pod 的绑定
154154

155155
#### HTTP 请求
156156

0 commit comments

Comments
 (0)