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

# Packages

Package etcd has a generic implementation of a registry that stores things in etcd.
Package rest has generic implementations of resources used for REST responses.

# Functions

MatcherFunc makes a matcher from the provided function.
MatchOnKey returns a matcher that will send only the object matching key through the matching function f.

# Structs

SelectionPredicate implements a generic predicate that can be passed to GenericRegistry's List or Watch methods.

# Interfaces

Matcher can return true if an object matches the Matcher's selection criteria.

# Type aliases

AttrFunc returns label and field sets for List or Watch to compare against, or an error.