-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add .spec.subscribers[].name
field in KafkaChannel to align with eventing-core channel definition
#3845
Add .spec.subscribers[].name
field in KafkaChannel to align with eventing-core channel definition
#3845
Conversation
…ting-core channel definition
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3845 +/- ##
=============================================
- Coverage 73.90% 49.61% -24.30%
=============================================
Files 100 246 +146
Lines 3407 14786 +11379
Branches 288 0 -288
=============================================
+ Hits 2518 7336 +4818
- Misses 716 6699 +5983
- Partials 173 751 +578
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, pierDipi 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 |
/test reconciler-tests |
/test integration-tests |
027e753
into
knative-extensions:main
In knative/eventing#7733 we added the
.spec.subscribers[].name
field for Channels. This PR adjusts the KafkaChannel to support this field too.This helps with tests issues from #3770