# Functions
NewAdapter creates and returns an Adapter instance.
NewIntegrationReconciler creates and returns a Reconciler.
SetupController creates a new Integration controller and adds it to the Manager.
# Structs
Adapter holds the objects needed to reconcile a build PipelineRun.
Reconciler reconciles a build PipelineRun object.
# Interfaces
AdapterInterface is an interface defining all the operations that should be defined in an Integration adapter.