File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ section.
114114DaemonSet 对象的名称必须是一个合法的
115115[ DNS 子域名] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) 。
116116
117- DaemonSet 也需要 [ ` .spec ` ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 节区 。
117+ DaemonSet 也需要 [ ` .spec ` 部分 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
118118
119119<!--
120120### Pod Template
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Job 的名字必须是合法的 [DNS 子域名](/zh-cn/docs/concepts/overview/wo
273273[ DNS 标签] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-label-names ) 规则。
274274即使该名字被要求遵循 DNS 子域名规则,也不得超过 63 个字符。
275275
276- Job 配置还需要一个 [ ` .spec ` 节 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
276+ Job 配置还需要一个 [ ` .spec ` 部分 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
277277
278278<!--
279279### Job Labels
Original file line number Diff line number Diff line change @@ -391,8 +391,7 @@ A ReplicaSet also needs a [`.spec` section](https://git.k8s.io/community/contrib
391391[ DNS 标签] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-label-names ) 规则。
392392
393393ReplicaSet 也需要
394- [ ` .spec ` ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status )
395- 部分。
394+ [ ` .spec ` 部分] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
396395
397396<!--
398397### Pod Template
You can’t perform that action at this time.
0 commit comments