-
Notifications
You must be signed in to change notification settings - Fork 225
Kafkasource v1beta1 reconciler #1405
Kafkasource v1beta1 reconciler #1405
Conversation
Skipping CI for Draft Pull Request. |
kafkainformer "knative.dev/eventing-contrib/kafka/source/pkg/client/injection/informers/sources/v1alpha1/kafkasource" | ||
"knative.dev/eventing-contrib/kafka/source/pkg/client/injection/reconciler/sources/v1alpha1/kafkasource" | ||
kafkainformer "knative.dev/eventing-contrib/kafka/source/pkg/client/injection/informers/sources/v1beta1/kafkasource" | ||
"knative.dev/eventing-contrib/kafka/source/pkg/client/injection/reconciler/sources/v1beta1/kafkasource" | ||
) | ||
|
||
func NewController( |
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.
Can't use "knative.dev/eventing/pkg/apis/sources/v1alpha1" yet as it is not released yet.
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.
Not sure if that's a blocker for this PR
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.
perhaps go w/ "latest" of the dependency ? (aka master branch)
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 need to learn more about Go modules :D
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.
Let me do this later. Nothing unique from that package is used anyway. Only a Kind
function which is identical in v1alpha1.
When the dependency to eventing is changed to master I can do it.
/retest |
ready for review About the comment in #1405 (comment) : let's do that part later |
/lgtm |
Updated the PR desc. all good |
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.
/lgtm
/approve
/unhold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, matzew 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 |
Fixes #1395
Proposed Changes
KeyResourcesCorrect
toKeyTypeCorrect
as it resources don't exist in spec anymore and key type lifecycle checks was usingKeyResourcesCorrect
mistakenlyRelease Note
Docs