-
Notifications
You must be signed in to change notification settings - Fork 600
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
Make reconcilers use messaging.* v1 resources #3584
Comments
/assign |
/unassign This is a big task and I will be on PTO for a week. Unassigning from myself in case somebody wants to pick it up. |
/assign |
The migration for channel and subscription might be blocked on a possible issue I have identified in #3789. Copying (with modifications) the comment I have there and bringing it here for better visibility: I think there is some missing bits in the type migration from v1beta1 -> v1. Need confirmation from someone with more experience before I can proceed to make changes to the types. Currently, the ChannelableCombined is a type that represents I think that as part of the types migration we need to add something else there for the Advice thoughts are much appreciated! |
I think you will want to add the If there are missing fields we need to know asap, it will cause a huge storage headache for us in the next release with v1 going out. There should be round trip tests to catch this. v1 -> v1beta1 -> v1 should be lossless. |
Thanks for confirming. I'll prepare a PR to add the |
Created #3802 to track fixing this issue. |
/close This is done |
@aliok: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think Subscription is still missing: https://github.com/knative/eventing/tree/master/pkg/reconciler/subscription. I can probably work on it if no one else is currently working on it |
oh sorry, I thought that was done too.
Feel free to reopen this ticket or create a new one. |
/reopen |
@nlopezgi: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/close |
@nlopezgi: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Part of #3446
Make reconcilers use messaging.* v1 resources
The text was updated successfully, but these errors were encountered: