-
Notifications
You must be signed in to change notification settings - Fork 601
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
Allow Channel$ kinds and messaging API version in Subscriptions #1266
Conversation
/assign @Harwayne If approved, this should be added as part of the Channel Spec. That is, the naming convention for Channel kinds should end in |
The code looks fine, but I'm not sure we want to require the name to end in Channel. For now, my preference is anything matching the Subscribable duck type is allowed, regardless of name. However, I don't have a good idea how to actually implement that... |
Makes sense. Let me see if I can find a way to do that. I'll put a TODO in the code in case this blocks us, and we can solve it later on. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nachocano If they are not already assigned, you can assign the PR to them by writing 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 |
The following is the coverage report on pkg/.
|
Just talked with @evankanderson and @akashrv and we agreed that we will remove the validation for ^Channel$, we will let the Subscription be created, and if it's not subscribable, then we will mark it as failed in the controller... Closing this PR |
* Rollback certificate algorithm changes (knative#1281) * Allow URIs to be resolved without reconciler context (knative#2095) (knative#1274) Co-authored-by: Mona Borham <mionaut@gmail.com> * fix oom (knative#1266) * silent noisy metrics (knative#1223) Co-authored-by: Markus Thömmes <markusthoemmes@me.com> Co-authored-by: Lukas Berk <lberk@redhat.com> Co-authored-by: Mona Borham <mionaut@gmail.com> Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com>
Helps with #1216
Proposed Changes
spec.channel
does not just allow theChannel
kind (^Channel$), but also other kind of channels.Channel
(Channel$).messaging.knative.dev/v1alpha1
.Release Note