# Packages
Package controllerutil contains utility functions for working with and implementing Controllers.
# Functions
New returns a new Controller registered with the Manager.
NewUnmanaged returns a new controller without adding it to the manager.
# Interfaces
Controller implements a Kubernetes API.