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(tr *v1alpha1.TaskRun) error + func (r *Recorder) RecordPodLatency(pod *corev1.Pod, tr *v1alpha1.TaskRun) error + func (r *Recorder) RunningTaskRuns(lister listers.TaskRunLister) error v0.7.0 Sep 19, 2019 Changes in this version + func CheckTimeout(tr *v1alpha1.TaskRun) bool + func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl + func ValidateResolvedTaskResources(params []v1alpha1.Param, rtr *resources.ResolvedTaskResources) error + type DeletePod func(podName string, options *metav1.DeleteOptions) error + type Reconciler struct + func (c *Reconciler) Reconcile(ctx context.Context, key string) error