Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ PriorityClass 定义了从优先级类名到优先级数值的映射。
-->
- **globalDefault** (boolean)

globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 pod 的默认优先级。
globalDefault 指定是否应将此 PriorityClass 视为没有任何优先级类的 Pod 的默认优先级。
只有一个 PriorityClass 可以标记为 `globalDefault`。
但是,如果存在多个 PriorityClasses 且其 `globalDefault` 字段设置为 true,
则将使用此类全局默认 PriorityClasses 的最小值作为默认优先级。
Expand Down Expand Up @@ -430,7 +430,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}

name of the PriorityClass
-->
- **name** (*路径参数*): string,必需
- **name** (**路径参数**): string,必需

PriorityClass 名称

Expand Down Expand Up @@ -518,7 +518,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}

name of the PriorityClass
-->
- **name** (*路径参数*): string,必须
- **name** (**路径参数**): string,必需

PriorityClass 名称

Expand Down Expand Up @@ -613,7 +613,7 @@ Parameters

name of the PriorityClass
-->
- **name** (*路径参数*): string,必需
- **name** (**路径参数**): string,必需

PriorityClass 名称。

Expand Down