//
pkg.gl
Category
github.com/munnerz/controller-runtime
pkg
manager
package
0.1.10
Repository:
https://github.com/munnerz/controller-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
26
Dependents
0
Files
511 SLOC
#
Functions
New
New returns a new Manager for creating Controllers.
#
Structs
Options
Options are the arguments for creating a new Manager.
#
Interfaces
Manager
Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable
Runnable allows a component to be started.
#
Type aliases
NewCacheFunc
NewCacheFunc allows a user to define how to create a cache.
NewClientFunc
NewClientFunc allows a user to define how to create a client.
RunnableFunc
RunnableFunc implements Runnable.