# Functions
IndexEvents turns the slice of events into a map for the more convenient lookups.
NewEvent returns an event instance created from the controller runtime's watch event.
NewEventCollector returns an instance of the event collector.
# Constants
nolint - ignore G101: not applicable.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Event is a simplified representation of the watch event received from the controller runtime client.
EventCollector collects all types of events for the given watch types.