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

# Functions

AreEqual checks if two provided tolerations are equal or not.
AreTolerationSecondsEqual checks if two provided TolerationSeconds are equal or not.
ConvertTolerationToAMap converts toleration list into a map[string]api.Toleration.
EqualTolerations returns true if two sets of tolerations are equal, otherwise false it assumes no duplicates in individual set of tolerations.
IsConflict returns true if the key of two tolerations match but one or more other fields differ, otherwise returns false.
MergeTolerations merges two sets of tolerations into one it does not check for conflicts.
VerifyAgainstWhitelist checks if the provided tolerations satisfy the provided whitelist and returns true, otherwise returns false.