package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-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.