Skip to content

Commit 8868433

Browse files
authored
Merge pull request #35036 from sarazqy/patch-2
update website/content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md
2 parents 79afafe + 028b56a commit 8868433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PriorityClass 定义了从优先级类名到优先级数值的映射。
8787
-->
8888
- **globalDefault** (boolean)
8989

90-
globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 pod 的默认优先级。
90+
globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 Pod 的默认优先级。
9191
只有一个 PriorityClass 可以标记为 `globalDefault`
9292
但是,如果存在多个 PriorityClasses 且其 `globalDefault` 字段设置为 true,
9393
则将使用此类全局默认 PriorityClasses 的最小值作为默认优先级。
@@ -430,7 +430,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
430430
431431
name of the PriorityClass
432432
-->
433-
- **name***路径参数*): string,必需
433+
- **name****路径参数**): string,必需
434434

435435
PriorityClass 名称
436436

@@ -518,7 +518,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
518518
519519
name of the PriorityClass
520520
-->
521-
- **name***路径参数*): string,必须
521+
- **name****路径参数**): string,必需
522522

523523
PriorityClass 名称
524524

@@ -613,7 +613,7 @@ Parameters
613613
614614
name of the PriorityClass
615615
-->
616-
- **name***路径参数*): string,必需
616+
- **name****路径参数**): string,必需
617617

618618
PriorityClass 名称。
619619

0 commit comments

Comments
 (0)