package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

AddOrUpdateTaint tries to add a taint to annotations list.
CheckIfTaintsAlreadyExists checks if the node already has taints that we want to add and returns a string with taint keys.
DeleteTaint removes all the the taints that have the same key and effect to given taintToDelete.
DeleteTaintsByKey removes all the taints that have the same key to given taintKey.
NewTaintsVar wraps []api.Taint in a struct that implements flag.Value to allow taints to be bound to command line flags.
ParseTaints takes a spec which is an array and creates slices for new taints to be added, taints to be deleted.
RemoveTaint tries to remove a taint from annotations list.
ReorganizeTaints returns the updated set of taints, taking into account old taints that were not updated, old taints that were updated, old taints that were deleted, and new taints.
TaintExists checks if the given taint exists in list of taints.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author