package
1.14.0-alpha.3
Repository: https://github.com/draveness/kubernetes.git
Documentation: pkg.go.dev
# Functions
MakeNextPodFunc returns a function to retrieve the next pod from a given scheduling queue.
NewFIFO creates a FIFO object.
NewPriorityQueue creates a PriorityQueue object.
NewPriorityQueueWithClock creates a PriorityQueue which uses the passed clock for time.
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.
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.