-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ja] Translate docs/reference/glossary/priority-class.md
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: PriorityClass | ||
id: priority-class | ||
date: 2024-03-19 | ||
full_link: /ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass | ||
short_description: > | ||
クラス名からPodが持つべきスケジューリングの優先度への対応付け。 | ||
aka: | ||
tags: | ||
- core-object | ||
--- | ||
PriorityClassは、そのクラスに属するPodに割り当てるべきスケジューリングの優先度のための名称付きクラスです。 | ||
|
||
<!--more--> | ||
|
||
[PriorityClass](/ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption)は、名称を整数の優先度に対応付けする名前空間に属さないオブジェクトであり、Podのために用いられます。 | ||
名前は`metadata.name`フィールド、優先度の値は`value`フィールドで指定されます。 | ||
優先度の値の範囲は、-2147483648から1000000000までです。 | ||
値が大きいほど優先度が高いことを示します。 |