-
Notifications
You must be signed in to change notification settings - Fork 604
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
Enable serving of EventTypes v1beta3 #7583
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk 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 |
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.
AFAIK, the new version has some API changes on the types and I don't see them reflected here yet https://github.com/knative/eventing/blob/main/pkg/apis/eventing/v1beta3/eventtype_types.go, I guess we need to start with that first ?
@dsimansk: The following tests failed, say
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 understand the commands that are listed here. |
@pierDipi I believe that currently the |
We cannot change that reconciling without a reference behavior on a single version as we wouldn't know which version the user has created |
@pierDipi Reckoning a bit about the changes, we at least can drop deprecated |
We could but we need to make sure we have a strategy to have a lossless conversion between versions. Another thought, if we have an already improved API design why not going with that and avoid introducing another version just to drop a deprecated field ? |
The idea was to fix defaulting behavior in v1b3 landing in upcoming release Would you rather do it in one swing, i.e. all changes in v1b3 and included in release |
This Pull Request is stale because it has been open for 90 days with |
That's superseded by other more recent PRs. /close |
@dsimansk: Closed this PR. 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. |
To enable further work on EventType changes, ref #7423.
/cc @cardil @matzew
Proposed Changes
Pre-review Checklist
Release Note
Docs