package
0.2.0
Repository: https://github.com/ondat/operator-toolkit.git
Documentation: pkg.go.dev

# Packages

Package informer is based on internal package https://github.com/kubernetes-sigs/controller-runtime/tree/v0.8.3/pkg/cache/internal, modified to not be kubernetes API specific.

# Functions

New initializes and returns a new Cache.

# Structs

ListWatcher embeds a ListWatcherClient and uses the client to provider a cache.ListWatch.
Options are the optional arguments for creating a new InformersMap object.

# Interfaces

ListWatcherClient defines an interface for a list watcher client.