# Functions
NewTektonV1Beta1Orchestrator returns an Orchestrator implementation for TektonV1Beta1.
ResolveBase checks the resources section to find the base pipeline, If its not listed, default ones will be used.
# Variables
BasePipeline used to build all pipelines.
BaseTask used to inject tags and timestamps to a pipeline.
ErrNoComponentsInKustomization is returned when a kustomization has no components listed.
ErrNoTasks is returned when no tasks are provided to the Tekton backend.
ErrNotResolved is returned when a component that has not been resolved is passed to the Orchestrator.
# Interfaces
Orchestrator represents a piece of code that orchestrates the deployment of components and pipelines on a backend.