# Packages
No description provided by the author
# Functions
NewNopRegisterer returns a Registerer that does nothing.
NewReconciler returns a new reconciler.
SetupAWSMarketplace adds the AWS Marketplace controller that registers this instance with AWS Marketplace.
WithLogger specifies how the Reconciler should log messages.
WithRecorder specifies how the Reconciler should record Kubernetes events.
WithRegisterer specifies the Registerer to use.
# Structs
NopRegisterer implements Registerer and does nothing.
Reconciler reconciles on entitlement secret.
# Interfaces
Registerer can register usage of universal-crossplane with idempotent calls.
# Type aliases
ReconcilerOption is used to configure the Reconciler.