package
0.0.0-20240731153805-8f3d6417353c
Repository: https://github.com/hkust-adsl/kubernetes-scheduler-simulator.git
Documentation: pkg.go.dev

# 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.