-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the Triggers CRD TEP Status to Implementable #184
Conversation
I'm really excited about this feature in general but I do want to ask a few questions: Selectors
I don't quite understand the difference between these two selectors and why they both involve labels. (Only the Triggers have labels on them, right?) Are these based on a k8s precedent, and/or are there any alternative syntaxes that it's worth exploring? Path format
I think it might be worth talking about this path syntax a bit, are there any other options that have been discussed? For example looking at the general syntax for query strings i'm basically wondering if something like this might be more clear:
or
I guess I'm a bit confused by the mixing of the path and the query params I also think it might be worth exploring how resources are accessed in the k8s APIs, e.g.:
The path to a specific pod is |
@bobcatfish for the selectors, some discussion here: #148 (comment) and some alternatives explored in the doc: https://docs.google.com/document/d/1zWpmEhtSNe8KAPKvTJE7Pjg5Uzk8mx9MUjSN24D1jUg/edit# re: paths and labels -> some discussion here: #148 (comment) This is an area we could investigate more though -- and in terms of implementation plan, this is something that @khrm was targetting for v0.10 so we have some time to think through |
From API WG:
Open Questions I can think of:
/cc @gabemontero @bobcatfish in case I missed something. |
Thanks @dibyom ! /approve |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bobcatfish, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change the Status of 0009 Triggers CRD TEP Status to implementable and added open questions
--- | ||
# TEP-0009: Introducing TriggerCRD | ||
|
||
|
||
<!-- toc --> | ||
- [TEP-0009: Introducing TriggerCRD](#tep-0009-introducing-triggercrd) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running ./hack/update-toc.sh
script remove this line.
/lgtm |
No description provided.