package
1.14.0-alpha.0
Repository: https://github.com/linxiulei/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewFIFO creates a FIFO object.
NewPriorityQueue creates a PriorityQueue object.
NewSchedulingQueue initializes a new scheduling queue.
NominatedNodeName returns nominated node name of a Pod.
# Structs
FIFO is basically a simple wrapper around cache.FIFO to make it compatible with the SchedulingQueue interface.
Heap is a producer/consumer queue that implements a heap data structure.
PriorityQueue implements a scheduling queue.
UnschedulablePodsMap holds pods that cannot be scheduled.
# Interfaces
SchedulingQueue is an interface for a queue to store pods waiting to be scheduled.