Skip to content

Commit

Permalink
Update events readme with new event type
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed Feb 23, 2022
1 parent 4916f95 commit 474283f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ retrieving those events using the `kubectl get events` command.

- `Started`: emitted the first time when the `EventListener` received request.
- `Succeeded`: emitted when eventlistener received request and process all triggers request.
- `Done`: emitted when its done with eventlistener handler.
- `Failed`: emitted if triggers failed to process the request.

## Events format
Expand All @@ -24,6 +25,7 @@ Resource |Event |Event Type
:-------------------|:---------:|:----------------------------------------------------------
`EventListener` | `Started` | `dev.tekton.event.triggers.started.v1`
`EventListener` | `Succeed` | `dev.tekton.event.triggers.successful.v1`
`EventListener` | `Done` | `dev.tekton.event.triggers.done.v1`
`EventListener` | `Failed` | `dev.tekton.event.triggers.failed.v1`

##Note
Expand Down

0 comments on commit 474283f

Please sign in to comment.