modulepackage
0.2.0
Repository: https://github.com/cycoresystems/nodelabels.git
Documentation: pkg.go.dev
# README
NodeLabels
NodeLabels is a narrow-scoped tool which manages the number of kubernetes nodes which have the configured label (key + value). Any node which already has a label of the same key will be ignored. The number of nodes with the requested label will be increased or decreased as necessary to match the desired count.
There is a binary in cmd/nodelabels
and a slightly more generic library in the
root.
# Packages
No description provided by the author
# Functions
NewFilteredManager returns a new node manager which will filter nodes based on the given key-value label set.
NewManager returns a new node manager, providing high-level control over a set of node labels.
# Interfaces
Manager provides.