//
pkg.gl
Category
github.com/divinerapier/learn-kubernetes
pkg
scheduler
internal
heap
package
0.0.0-20191024030528-a481964b876e
Repository:
https://github.com/divinerapier/learn-kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
185 SLOC
#
Functions
New
New returns a Heap which can be used to queue up items to process.
NewWithRecorder
NewWithRecorder wraps an optional metricRecorder to compose a Heap object.
#
Structs
Heap
Heap is a producer/consumer queue that implements a heap data structure.
#
Type aliases
KeyFunc
KeyFunc is a function type to get the key from an object.