# Functions
ComponentCreatedPredicate returns a predicate which filters out only components that are the result of a create event.
ComponentDeletedPredicate returns a predicate which filters out only components that have been marked for deletion.
NewAdapter creates and returns an Adapter instance.
NewComponentReconciler creates and returns a Reconciler.
SetupController creates a new Component controller and adds it to the Manager.
# Structs
Adapter holds the objects needed to reconcile a integration PipelineRun.
Reconciler reconciles a component object.
# Interfaces
AdapterInterface is an interface defining all the operations that should be defined in an Integration adapter.