Versions in this module Expand all Collapse all v0 v0.8.0 Oct 20, 2019 Changes in this version + type Recorder struct + func NewRecorder() (*Recorder, error) + func (r *Recorder) DurationAndCount(pr *v1alpha1.PipelineRun) error + func (r *Recorder) RunningPipelineRuns(lister listers.PipelineRunLister) error v0.7.0 Sep 19, 2019 Changes in this version + const ReasonCouldntGetCondition + const ReasonCouldntGetPipeline + const ReasonCouldntGetResource + const ReasonCouldntGetTask + const ReasonFailedValidation + const ReasonInvalidBindings + const ReasonInvalidGraph + const ReasonParameterTypeMismatch + func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl + type Reconciler struct + func (c *Reconciler) Reconcile(ctx context.Context, key string) error