# Functions
NewController creates a new Reconciler and registers it with the provided manager.
# Constants
nolint:revive // TODO: add comments for public constants and enable linting.
nolint:revive // TODO: add comments for public constants and enable linting.
nolint:revive // TODO: add comments for public constants and enable linting.
# Structs
NoGenericEventPredicate skips all the generic events.
Reconciler reconciles a ResourceGroup object It only accepts the Create, Update, Delete events of ResourceGroup objects.
ResourceGroupPredicate skips events where the new status is not changed by the old status.