The tektoncd-pipeline is a k8s native CI/CD tool, it can create pipeline for tasks processing,
but there is no trigger to kick off a pipeline unless use kubectl create -f to create a CRD named pipelinerun.
It's not good, so this project is try to build a triger.
tekton-listener will create a knative service when a EventBinding is applied. The KSV will standby for eventing from knative/event-contrib
and handle the event when received.
When received event, it will get template from ListenerTemplate and bind the event, then create PipelineResource and PipelineRun to trigger the Pipeline
Package v1alpha1 contains API Schema definitions for the tektonexperimental v1alpha1 API group +kubebuilder:object:generate=true +groupName=tektonexperimental.vincent-pli.com
Package v1alpha1 contains API Schema definitions for the tektonexperimental v1alpha1 API group +kubebuilder:object:generate=true +groupName=tektonexperimental.vincent-pli.com