-
Notifications
You must be signed in to change notification settings - Fork 630
Implement KReference.Group resolution for Subscriber.Ref
#5440
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
Changes from all commits
420c55b
a610b08
aa4fc79
a1cfe8b
0900ce1
e0e8333
d955c7d
54c097f
867ea83
022e11d
220daa2
1f4240b
01c3a69
79847bf
b86c6f4
740187a
d984d6d
89b8da6
18ddec0
539d817
8fd4096
dffd618
46afa33
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,3 +22,6 @@ metadata: | |
| knative.dev/config-propagation: original | ||
| knative.dev/config-category: eventing | ||
| data: | ||
| # ALPHA feature: The kreference-group allows you to use the Group field in KReferences. | ||
| # For more details: https://github.com/knative/eventing/issues/5086 | ||
| kreference-group: "disabled" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's probably fine for now but eventually it should look more like https://github.com/knative/serving/blob/main/config/core/configmaps/features.yaml.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mhh yeah seems like we don't have the example, but do we really need it? Isn't simpler for the user to have the flags already configured? Also, considering at some point some of them will become enabled by default? |
||
Uh oh!
There was an error while loading. Please reload this page.