Skip to content

Commit 33c75be

Browse files
authored
Merge pull request #50564 from my-git9/npa-15476
[zh-cn]sync binding-v1.md cron-job-v1.md
2 parents 2e26c98 + 40f594b commit 33c75be

File tree

2 files changed

+47
-92
lines changed

2 files changed

+47
-92
lines changed

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ auto_generated: true
2828
## Binding {#Binding}
2929

3030
<!--
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.
3232
-->
3333
Binding 将一个对象与另一个对象绑定在一起;例如,调度程序将一个 Pod 绑定到一个节点。
34-
1.7 版中已弃用,请使用 Pod 的 Binding 子资源代替。
3534

3635
<hr>
3736

@@ -81,11 +80,11 @@ POST /api/v1/namespaces/{namespace}/bindings
8180
-->
8281
#### 参数
8382

84-
- **namespace** (**路径参数**): string, 必需
83+
- **namespace** (**路径参数**): string必需
8584

8685
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
8786

88-
- **body**: <a href="{{< ref "../workload-resources/binding-v1#Binding" >}}">Binding</a>, 必需
87+
- **body**: <a href="{{< ref "../workload-resources/binding-v1#Binding" >}}">Binding</a>必需
8988

9089
<!--
9190
- **dryRun** (*in query*): string
@@ -163,18 +162,18 @@ POST /api/v1/namespaces/{namespace}/pods/{name}/binding
163162
-->
164163
#### 参数
165164

166-
- **name** (**路径参数**): string, 必需
165+
- **name** (**路径参数**): string必需
167166

168167
CronJob 的名称
169168

170-
- **namespace** (**路径参数**): string, 必需
169+
- **namespace** (**路径参数**): string必需
171170

172171
<a href="{{< ref "../common-parameters/common-parameters#namespace" >}}">namespace</a>
173172

174173
<!--
175174
- **body**: <a href="{{< ref "../workload-resources/binding-v1#Binding" >}}">Binding</a>, required
176175
-->
177-
- **body**: <a href="{{< ref "../workload-resources/binding-v1#Binding" >}}">Binding</a>, 必需
176+
- **body**: <a href="{{< ref "../workload-resources/binding-v1#Binding" >}}">Binding</a>必需
178177

179178
<!--
180179
- **dryRun** (*in query*): string

0 commit comments

Comments
 (0)