//
pkg.gl
Category
github.com/alvaroaleman/controller-runtime
pkg
manager
package
0.1.4
Repository:
https://github.com/alvaroaleman/controller-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
21
Dependents
0
Files
425 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
RunnableFunc
RunnableFunc implements Runnable.