# Functions
NewTokenReconciler returns a Reconciler of ProviderConfigs.
SetupConfig adds a controller that reconciles ProviderConfigs by accounting for their current usage.
SetupToken adds a controller that reconciles ProviderConfigs by accounting for their current usage.
WithLogger specifies how the Reconciler should log messages.
WithRecorder specifies how the Reconciler should record events.
# Structs
A TokenReconciler reconciles managed resources by creating and managing the lifecycle of an external resource, i.e.
# Type aliases
A TokenReconcilerOption configures a Reconciler.