package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.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.

# 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.