# Functions
AddToManager adds the controller to a Manager using the default config.
AddToManagerWithOptions adds the controller to a Manager with the given config.
NewEquivalences constructs a new Equivalences object, which can be used to look up equivalent GroupKinds for a given GroupKind.
NewObjectIndex constructs a new *ObjectIndex containing all the given ObjectReferences.
# Constants
ControllerName is the name of the managedresource controller.
# Structs
ControllerConfig is the completed configuration for the controller.
ControllerOptions are options for adding the controller to a Manager.
No description provided by the author
Reconciler contains information in order to reconcile instances of ManagedResource.
# Type aliases
Equivalences is a set of EquivalenceSets, which can be used to look up equivalent GroupKinds for a given GroupKind.
EquivalenceSet is a set of GroupKinds which should be considered as equivalent representation of an Object Kind.