package
1.4.0-alpha.0
Repository: https://github.com/reason2010/kubernetes.git
Documentation: pkg.go.dev
# Functions
Everything returns a selector that matches all fields.
OneTermEqualSelector returns an object that matches objects where one field/field equals one value.
Parses the selector and runs them through the given TransformFunc.
ParseSelector takes a string representing a selector and returns an object suitable for matching, or an error.
ParseSelectorOrDie takes a string representing a selector and returns an object suitable for matching, or panic when an error occur.
SelectorFromSet returns a Selector which will match exactly the given Set.