Skip to content

Commit cd088c9

Browse files
authored
Merge pull request #36213 from syxunion/syx
Fix some punctuation errors on reference/kubernetes-api/common-definitions page
2 parents 4a2a68a + 1ca131c commit cd088c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/zh-cn/docs/reference/kubernetes-api/common-definitions/object-field-selector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ObjectFieldSelector 选择对象的 APIVersioned 字段。
4343
<hr>
4444

4545

46-
- **fieldPath** (string), 必需的
46+
- **fieldPath** (string)必需的
4747

4848
在指定 API 版本中要选择的字段的路径。
4949

content/zh-cn/docs/reference/kubernetes-api/common-definitions/resource-field-selector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ResourceFieldSelector 表示容器资源(CPU,内存)及其输出格式。
4343

4444
<hr>
4545

46-
- **resource** (string), 必选
46+
- **resource** (string)必选
4747

4848
<!-- Required: resource to select -->
4949
必选:选择的资源

content/zh-cn/docs/reference/kubernetes-api/common-definitions/typed-local-object-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ TypedLocalObjectReference 包含足够的信息,可以让你在同一个名称
6161

6262
<hr>
6363

64-
- **kind** (string), 必需
64+
- **kind** (string)必需
6565

6666
Kind 是被引用的资源的类型
6767

68-
- **name** (string), 必需
68+
- **name** (string)必需
6969

7070
Name 是被引用的资源的名称
7171

0 commit comments

Comments
 (0)