# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetPodFullName returns a name that uniquely identifies a pod.
GetPodPriority return priority of the given pod.
GetUsedPorts returns the used host ports of Pods: if 'port' was used, a 'port:true' pair will be in the result; but it does not resolve port conflict.
HigherPriorityPod return true when priority of the first pod is higher than the second one.
PodPriorityEnabled indicates whether pod priority feature is enabled.
# Constants
No description provided by the author
# Structs
No description provided by the author
SortableList is a list that implements sort.Interface.
No description provided by the author
# Type aliases
LessFunc is a function that receives two items and returns true if the first item should be placed before the second one when the list is sorted.