package
0.0.0-20231017073807-c2c05338a5d7
Repository: https://github.com/gocrane/crane-scheduler.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewBindingRecords returns an BindingRecords object.
NewController returns a Node Annotator object.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Binding is a concise struction of pod binding records, which consists of pod name, namespace name, node name and accurate timestamp.
BindingRecords relizes an Binding heap, which limits heap size, and recycles automatically, contributing to store latest and least imformation.
Controller is Controller for node annotator.
# Type aliases
BindingHeap is a Heap struction storing Binding imfromation.