-
Notifications
You must be signed in to change notification settings - Fork 263
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
feat: Add channel sink prefix #1092
feat: Add channel sink prefix #1092
Conversation
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.
@navidshaikh: 0 warnings.
In response to this:
Description
Add channel sink prefix, so user can now specify
--sink channel:pipe0
Changes
- Add channel sink prefix
- Add unit and e2e tests
- Add CHANGELOG
Reference
Fixes #1076
/lint
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.
/retest |
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.
Looks good to me !
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh, rhuss 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 |
* Add channel sink prefix * Add unit and e2e tests * Add CHANGELOG * Fix e2e tests
* Add channel sink prefix * Add unit and e2e tests * Add CHANGELOG * Fix e2e tests
* feat: Add channel sink prefix (#1092) * Add channel sink prefix * Add unit and e2e tests * Add CHANGELOG * Fix e2e tests * Add CHANGELOG for v0.17.3 * Add Channel type to dynamic client for lookup Fixes unit tests by adding Channel GVK to fake dynamic client * Set KNATIVE_EVENTING_VERSION to v0.17.9 for e2e
Description
Add channel sink prefix, so user can now specify
--sink channel:pipe0
Changes
Reference
Fixes #1076
/lint