package
1.13.0-alpha.3
Repository: https://github.com/bluebreezecf/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.

# Type aliases

KeyFunc is a function type to get the key from an object.
LessFunc is a function type to compare two objects.