Skip to content

Commit

Permalink
Update content/en/docs/reference/glossary/priority-class.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
sergeyshevch and sftim authored Apr 1, 2024
1 parent fd0d030 commit 7ff6bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/reference/glossary/priority-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in that class.

<!--more-->

[The PriorityClass](/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption) is a non-namespaced object mapping a name to an integer priority. The name is
A [PriorityClass](/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption)
is a non-namespaced object mapping a name to an integer priority, used for a Pod. The name is
specified in the `metadata.name` field, and the priority value in the `value` field. Priorities range from
-2147483648 to 1000000000 inclusive. Higher values indicate higher priority.

0 comments on commit 7ff6bbb

Please sign in to comment.