website/content/en/docs/reference/glossary/priority-class.md

792 B

title id date full_link short_description aka tags
PriorityClass priority-class 2024-03-19 /docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass A mapping from a class name to the scheduling priority that a Pod should have.
core-object

A PriorityClass is a named class for the scheduling priority that should be assigned to a Pod in that class.

A PriorityClass 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.