# Functions
Run starts the controller manager and blocks until it exits.
# Variables
Commit returns the short sha from git NOTE: the value of this is set at compile time using the -X flag for go tool link.
Release returns the release version NOTE: the value of this is set at compile time using the -X flag for go tool link.
Repo returns the git repository URL NOTE: the value of this is set at compile time using the -X flag for go tool link.
# Structs
ControllerDef is a specification of a Controller that can be conditionally registered with Manager.
# Interfaces
Controller is a Kubernetes controller that can be plugged into Manager.
# Type aliases
AutoHandler decides whether the specific controller shall be enabled (true) or disabled (false).