Skip to content

Commit

Permalink
[ja] Translate docs/reference/glossary/priority-class.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ym1024 committed Jan 22, 2025
1 parent 35b3ebb commit b2f7b84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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)は、名称を整数の優先度に対応付けする名前空間に属さないオブジェクトであり、Podのために用いられます。
名前は`metadata.name`フィールド、優先度の値は`value`フィールドで指定されます。
優先度の値の範囲は、-2147483648から1000000000までです。
値が大きいほど優先度が高いことを示します。

0 comments on commit b2f7b84

Please sign in to comment.