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

[ja] Translate docs/reference/glossary/priority-class.md #49323

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 @@ -25,7 +25,7 @@ weight: 90
を参照してください。
{{< /warning >}}

## 優先度とプリエンプションを使う方法
## 優先度とプリエンプションを使う方法 {#how-to-use-priority-and-preemption}

優先度とプリエンプションを使うには、

Expand Down
19 changes: 19 additions & 0 deletions content/ja/docs/reference/glossary/priority-class.md
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)は、名称を整数の優先度に対応付けするnamespaceによらないオブジェクトであり、Podのために用いられます。
名称は`metadata.name`フィールド、優先度の値は`value`フィールドで指定されます。
優先度の値の範囲は、-2147483648から1000000000までです。
値が大きいほど優先度が高いことを示します。