-
Notifications
You must be signed in to change notification settings - Fork 74
Conversation
Running |
bda9a36
to
a0a0ea1
Compare
@@ -274,15 +269,6 @@ func newConversionController(ctx context.Context, cmw configmap.Watcher, brokers | |||
inteventsv1_: &inteventsv1.Topic{}, | |||
}, | |||
}, | |||
// messaging | |||
messagingv1alpha1.Kind("Channel"): { |
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.
Instead of removing it, maybe we keep v1beat1 channel here? I know it is meaningless since now channel only has one version v1bea1 and there is no need to do conversion webhook here. Any suggestions @Harwayne ?
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.
ping @Harwayne
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.
I think removing it is fine. It will be easy enough to add back when we want to, as there are many other examples to draw upon.
/test pull-google-knative-gcp-conformance-tests |
a0a0ea1
to
67b4c15
Compare
/retest |
/lgtm |
/unhold |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eclipselu, Harwayne 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 |
Part of #1544
Proposed Changes
Release Note
Docs