# Structs

EnqueueRequestForObject enqueues a Request containing the Name and Namespace of the object that is the source of the Event.
EnqueueRequestForOwner enqueues Requests for the Owners of an object.
EnqueueRequestsFromMapFunc enqueues Requests by running a transformation function that outputs a collection of reconcile.Requests on each Event.
Funcs implements EventHandler.
MapObject contains information from an event to be transformed into a Request.

# Interfaces

EventHandler enqueues reconcile.Requests in response to events (e.g.
Mapper maps an object to a collection of keys to be enqueued.

# Type aliases

ToRequestsFunc implements Mapper using a function.