# Functions
NewAffinityQueue return a AffinityQueue.
NewGreedQueue return a GreedQueue.
No description provided by the author
Share is used to determine the share.
# Structs
AffinityQueue is used to sort pods by Affinity.
GreedQueue is used to sort pods by Greed Algo.
No description provided by the author
# Interfaces
SchedulingQueueSort is interface for sorting pods.