Skip to content

Commit

Permalink
[TEP-0009] Mark as implemented
Browse files Browse the repository at this point in the history
This commit adds implementation pull requests for TEP-0009.
  • Loading branch information
lbernick authored and tekton-robot committed Dec 22, 2022
1 parent 3abc3a1 commit 5ee5fc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion teps/0009-trigger-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- "@kbaig"
creation-date: 2020-07-14
last-updated: 2020-09-08
status: implementable
status: implemented
---
# TEP-0009: Introducing TriggerCRD

Expand All @@ -30,6 +30,7 @@ status: implementable
- [Alternatives](#alternatives)
- [Upgrade & Migration Strategy](#upgrade--migration-strategy)
- [Open Questions](#open-questions)
- [Implementation Pull Requests](#implementation-pull-requests)
<!-- /toc -->

## Summary
Expand Down Expand Up @@ -272,3 +273,7 @@ existing definition in EventListener Spec. Later on definition will be deprecate
1. What kind of selectors do we need i.e do we need both `namespaceSelecor` and `triggerSelector`?
2. What should the path for path based EventListener look like? Should they handle multiple triggers?
3. Can multiple EventListeners point to the same Trigger?

## Implementation Pull Requests
- [Add a new CRD type called Trigger](https://github.com/tektoncd/triggers/pull/628)
- [Add EventListener Selector For TriggerCRD](https://github.com/tektoncd/triggers/pull/773)
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This is the complete list of Tekton teps:
|[TEP-0006](0006-tekton-metrics.md) | Tekton Metrics | proposed | 2020-07-13 |
|[TEP-0007](0007-conditions-beta.md) | Conditions Beta | implemented | 2021-06-03 |
|[TEP-0008](0008-support-knative-service-for-triggers-eventlistener-pod.md) | Support Knative Service for Triggers EventListener Pod | implementable | 2020-08-25 |
|[TEP-0009](0009-trigger-crd.md) | Trigger CRD | implementable | 2020-09-08 |
|[TEP-0009](0009-trigger-crd.md) | Trigger CRD | implemented | 2020-09-08 |
|[TEP-0010](0010-optional-workspaces.md) | Optional Workspaces | implemented | 2020-10-15 |
|[TEP-0011](0011-redirecting-step-output-streams.md) | redirecting-step-output-streams | implementable | 2020-11-02 |
|[TEP-0012](0012-api-spec.md) | API Specification | implemented | 2021-12-14 |
Expand Down

0 comments on commit 5ee5fc7

Please sign in to comment.