Skip to content

Commit

Permalink
Fix documentation about cloudevents
Browse files Browse the repository at this point in the history
Fix the link to the config options. Remove pipeline run events
for now.
  • Loading branch information
afrittoli authored and tekton-robot committed Jul 8, 2020
1 parent a3ddf4d commit ef57cb8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ No events are emitted for `Conditions` today (https://github.com/tektoncd/pipeli

# CloudEvents

When a sink is [configured](../install.md#configuring-cloudevents-notifications), the following events
will be generated by appropriate controller when a lifecycle event happens for `TaskRun` or
`PipelineRun`.
When a sink is [configured](./install.md#configuring-cloudevents-notifications), the following events
will be generated by appropriate controller when a lifecycle event happens for `TaskRun`.

The complete table of events:

Expand All @@ -65,8 +64,3 @@ TaskRun | Running | dev.tekton.event.taskrun.runnning.v1
TaskRun | Condition Change while Running | dev.tekton.event.taskrun.unknown.v1
TaskRun | Succeed | dev.tekton.event.taskrun.successful.v1
TaskRun | Failed | dev.tekton.event.taskrun.failed.v1
PipelineRun | Started | dev.tekton.event.pipelinerun.started.v1
PipelineRun | Running | dev.tekton.event.pipelinerun.runnning.v1
PipelineRun | Condition Change while Running | dev.tekton.event.pipelinerun.unknown.v1
PipelineRun | Succeed | dev.tekton.event.pipelinerun.successful.v1
PipelineRun | Failed | dev.tekton.event.pipelinerun.failed.v1

0 comments on commit ef57cb8

Please sign in to comment.