package
0.1.10
Repository: https://github.com/munnerz/controller-runtime.git
Documentation: pkg.go.dev

# Functions

New returns a new Manager for creating Controllers.

# Structs

Options are the arguments for creating a new Manager.

# Interfaces

Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.

# Type aliases

NewCacheFunc allows a user to define how to create a cache.
NewClientFunc allows a user to define how to create a client.
RunnableFunc implements Runnable.