package
0.21.4
Repository: https://github.com/codeb2cc/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.
SelectorFromSet returns a Selector which will match exactly the given Set.

# Interfaces

Fields allows you to present fields independently from their storage.
Selector represents a field selector.

# Type aliases

Set is a map of field:value.
Function to transform selectors.