# Packages

Package controllertest contains fake informers for testing controllers When in doubt, it's almost always better to test against a real API server using envtest.Environment.
Package controllerutil contains utility functions for working with and implementing Controllers.
No description provided by the author

# Functions

New returns a new Controller registered with the Manager.
NewTyped returns a new typed controller registered with the Manager, The name must be unique as it is used to identify the controller in metrics and logs.
NewTypedUnmanaged returns a new typed controller without adding it to the manager.
NewUnmanaged returns a new controller without adding it to the manager.

# Variables

ReconcileIDFromContext gets the reconcileID from the current context.

# Structs

TypedOptions are the arguments for creating a new Controller.

# Interfaces

TypedController implements an API.