# Functions
NewReconciler creates a new package revision reconciler.
Setup adds a controller that reconciles the Lock.
WithFetcher specifies how the Reconciler should fetch package tags.
WithFinalizer specifies how the Reconciler should finalize package revisions.
WithLogger specifies how the Reconciler should log messages.
WithNewDagFn specifies how the Reconciler should build its dependency graph.
WithRecorder specifies how the Reconciler should record Kubernetes events.
# Structs
Reconciler reconciles packages.
# Type aliases
ReconcilerOption is used to configure the Reconciler.