File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/reference/kubernetes-api/workload-resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ PriorityClass 定义了从优先级类名到优先级数值的映射。
87
87
-->
88
88
- ** globalDefault** (boolean)
89
89
90
- globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 pod 的默认优先级。
90
+ globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 Pod 的默认优先级。
91
91
只有一个 PriorityClass 可以标记为 ` globalDefault ` 。
92
92
但是,如果存在多个 PriorityClasses 且其 ` globalDefault ` 字段设置为 true,
93
93
则将使用此类全局默认 PriorityClasses 的最小值作为默认优先级。
@@ -430,7 +430,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
430
430
431
431
name of the PriorityClass
432
432
-->
433
- - ** name** (* 路径参数* ): string,必需
433
+ - ** name** (** 路径参数* * ): string,必需
434
434
435
435
PriorityClass 名称
436
436
@@ -518,7 +518,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
518
518
519
519
name of the PriorityClass
520
520
-->
521
- - ** name** (* 路径参数* ): string,必须
521
+ - ** name** (** 路径参数** ): string,必需
522
522
523
523
PriorityClass 名称
524
524
@@ -613,7 +613,7 @@ Parameters
613
613
614
614
name of the PriorityClass
615
615
-->
616
- - ** name** (* 路径参数* ): string,必需
616
+ - ** name** (** 路径参数* * ): string,必需
617
617
618
618
PriorityClass 名称。
619
619
You can’t perform that action at this time.
0 commit comments