package
1.14.3-k3s.2
Repository: https://github.com/better0332/k3s.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.