Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPipelineRunNotStarted = stderrors.New("pipelineRun has not been started")
ErrPipelineRunNotStarted reports that a PipelineRun could not be moved out of its pending state, so it is definitely not running in the cluster. Callers holding a concurrency slot on its behalf must release it, otherwise the slot is never freed: only a completed PipelineRun releases one, and this one never started.
Functions ¶
func NewController ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for PipelineRun resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, pr *tektonv1.PipelineRun) pkgreconciler.Event
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, pr *tektonv1.PipelineRun) pkgreconciler.Event
ReconcileKind is the main entry point for reconciling PipelineRun resources.
Click to show internal directories.
Click to hide internal directories.