From 8fe03cc9fd08e908e19b7b97b77485b5c5da5fb5 Mon Sep 17 00:00:00 2001 From: ut003055 Date: Fri, 20 May 2022 14:19:53 +0800 Subject: [PATCH] Modify according to review --- .../kubernetes-api/cluster-resources/binding-v1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/reference/kubernetes-api/cluster-resources/binding-v1.md b/content/zh/docs/reference/kubernetes-api/cluster-resources/binding-v1.md index a76cc3071a..78d827364f 100644 --- a/content/zh/docs/reference/kubernetes-api/cluster-resources/binding-v1.md +++ b/content/zh/docs/reference/kubernetes-api/cluster-resources/binding-v1.md @@ -4,7 +4,7 @@ api_metadata: import: "k8s.io/api/core/v1" kind: "Binding" content_type: "api_reference" -description: "Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。" +description: "Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。" title: "Binding" weight: 9 auto_generated: true @@ -30,7 +30,7 @@ guide. You can file document formatting bugs against the -Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被调度程序绑定到一个节点。1.7已弃用,请使用 pods 的 bindings 子资源。 +Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。1.7 已弃用,请使用 Pod 的 Binding 子资源。
- **apiVersion**: v1 @@ -47,7 +47,7 @@ Binding 即将一个对象与另一个对象联系起来;例如,一个 pod 被 The target object that you want to bind to the standard object. --> - 标准对象的元数据 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + 标准对象的元数据, 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata - **target** (}}">ObjectReference), 必需的 @@ -66,7 +66,7 @@ POST /api/v1/namespaces/{namespace}/bindings #### Parameters --> -### `创建` 创建一个 Binding +### `create` 创建一个 Binding #### HTTP 请求 @@ -150,7 +150,7 @@ POST /api/v1/namespaces/{namespace}/bindings POST /api/v1/namespaces/{namespace}/pods/{name}/binding --> -### `create` 创建Pod的绑定 +### `create` 创建 Pod 的绑定 #### HTTP 请求