Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Very low priority class, lower than low, does not preempt other pods PriorityClassEventual = "eventual" // Low priority class, lower than default, higher than eventual, preempts other pods PriorityClassLow = "low" // Default priority class, lower than normal, higher than low, preempts other pods, used by pods that do not specify a priority class, should be used explicitly PriorityClassDefault = "default" // Normal priority, lower than moderate, higher than default, preempts other pods, should be used as a default PriorityClassNormal = "normal" // Moderate priority, lower than high, higher than normal, preempts other pods PriorityClassModerate = "moderate" // High priority, higher than moderate, preempts other pods PriorityClassHigh = "high" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.