package
0.4.3
Repository: https://github.com/sub-mod/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package etcd has a generic implementation of a registry that stores things in etcd.

# Functions

FilterList filters any list object that conforms to the api conventions, provided that 'm' works with the concrete type of list.
MatcherFunc makes a matcher from the provided function.

# 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.
Registry knows how to store & list any runtime.Object.

# Type aliases

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