package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

New returns a Heap which can be used to queue up items to process.
NewWithRecorder wraps an optional metricRecorder to compose a Heap object.

# Structs

Heap is a producer/consumer queue that implements a heap data structure.

# Type aliases

KeyFunc is a function type to get the key from an object.
LessFunc is a function that receives two items and returns true if the first item should be placed before the second one when the list is sorted.