package
0.0.0-20181102103410-c6b285941cf9
Repository: https://github.com/prashanth26/machine-controller-manager.git
Documentation: pkg.go.dev

# Functions

AddLabel returns a map with the given key and value added to the given map.
AddLabelToSelector returns a selector with the given key and value added to the given selector's MatchLabels.
CloneAndAddLabel the given map and returns a new map with the given key and value added.
CloneAndRemoveLabel clones the given map and returns a new map with the given key removed.
CloneSelectorAndAddLabel the given selector and returns a new selector with the given key and value added.
SelectorHasLabel checks if the given selector contains the given label key in its MatchLabels.