Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HighestUserDefinablePriority is the highest priority for user defined priority classes. Priority values larger than 1 billion are reserved for Kubernetes system use. HighestUserDefinablePriority = 1000000000 // SystemCriticalPriority is the beginning of the range of priority values for critical system components. SystemCriticalPriority = 2 * HighestUserDefinablePriority )
Variables ¶
View Source
var SystemPriorityClasses = map[string]int32{ "system-cluster-critical": SystemCriticalPriority, "system-node-critical": SystemCriticalPriority + 1000, }
SystemPriorityClasses defines special priority classes which are used by system critical pods that should not be preempted by workload pods.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.