Skip to content

Commit 124e6a8

Browse files
committed
[ja] Translate docs/reference/glossary/priority-class.md
1 parent ede181f commit 124e6a8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

content/ja/docs/concepts/scheduling-eviction/pod-priority-preemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ weight: 90
2525
を参照してください。
2626
{{< /warning >}}
2727

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

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PriorityClass
3+
id: priority-class
4+
date: 2024-03-19
5+
full_link: /ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass
6+
short_description: >
7+
クラス名からPodが持つべきスケジューリングの優先度への対応付け。
8+
aka:
9+
tags:
10+
- core-object
11+
---
12+
PriorityClassは、そのクラスに属するPodに割り当てるべきスケジューリングの優先度のための名前付きクラスです。
13+
14+
<!--more-->
15+
16+
[PriorityClass](/ja/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption)は、名前を整数の優先度に対応付けする名前空間に属さないオブジェクトであり、Podのために用いられます。
17+
名前は`metadata.name`フィールド、優先度の値は`value`フィールドで指定されます。
18+
優先度の値の範囲は、-2147483648から1000000000までです。
19+
値が大きいほど優先度が高いことを示します。

0 commit comments

Comments
 (0)