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 78d827364f..66593b909e 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
@@ -10,17 +10,6 @@ weight: 9
auto_generated: true
---
-
-
`apiVersion: v1`
`import "k8s.io/api/core/v1"`
@@ -30,7 +19,8 @@ guide. You can file document formatting bugs against the
-Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。1.7 已弃用,请使用 Pod 的 Binding 子资源。
+Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被调度程序绑定到一个节点。
+已在 1.7 版本弃用,请使用 Pod 的 binding 子资源。
- **apiVersion**: v1
@@ -42,18 +32,22 @@ Binding 将一个对象与另一个对象联系起来; 例如,一个 Pod 被
- **metadata** (}}">ObjectMeta)
+ 标准对象的元数据, 更多信息: 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), 必需的
+- **target** (}}">ObjectReference), 必需
要绑定到标准对象的目标对象。
-
+
+## 操作 {#operations}
@@ -82,12 +76,12 @@ POST /api/v1/namespaces/{namespace}/bindings
- **body**: }}">Binding, required
-->
-- **namespace** (**在路径上**): string, 必需的
+- **namespace** (**路径参数**): string, 必需
}}">namespace
-- **body**: }}">Binding, 必需的
+- **body**: }}">Binding, 必需
#### 参数
-- **name** (*在路径内*): string, 必需的
+- **name** (**路径参数**): string, 必需
Binding 的名称
-- **namespace** (*在路径内*): string, 必需的
+- **namespace** (**路径参数**): string, 必需
}}">namespace
-- **body**: }}">Binding, 必需的
+- **body**: }}">Binding, 必需