package
0.69.0
Repository: https://github.com/tektoncd/pipeline.git
Documentation: pkg.go.dev

# Functions

CheckEventsOrdered checks that the events received via the given chan are the same as wantEvents, in the same order.
EmitError emits a failure associated to an error.
EmitK8sEvents emits kubernetes events for object k8s events are always sent if afterCondition is different from beforeCondition.

# Constants

EventReasonError is the reason set for events related to TaskRuns / PipelineRuns reconcile errors.
EventReasonFailed is the reason set for events about unsuccessful completion of TaskRuns / PipelineRuns.
EventReasonStarted is the reason set for events about the start of TaskRuns / PipelineRuns.
EventReasonSucceded is the reason set for events about successful completion of TaskRuns / PipelineRuns.