-
Notifications
You must be signed in to change notification settings - Fork 262
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 support for providing sink spec in GVR format #1717
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.
@vyasgun: 0 warnings.
In response to this:
Description
Changes
- The user can specify the sink with custom resource types
- Follows the format:
prefix:name:namespace
where prefix is the group version resourceReference
Fixes #1704
Release Note
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.
Codecov Report
@@ Coverage Diff @@
## main #1717 +/- ##
==========================================
- Coverage 79.91% 79.90% -0.01%
==========================================
Files 174 174
Lines 13515 13529 +14
==========================================
+ Hits 10800 10811 +11
- Misses 1978 1979 +1
- Partials 737 739 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/kind enhancement |
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
/lgtm
My only complaint is to add more tests to cover the various corner cases to deal with bad input. Unless being tested elsewhere?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, vyasgun 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 |
@vyasgun if you could take a look at some more unit test please, in a follow-up PR. |
Follow up PR for unit tests: #1724 |
Description
Changes
prefix:name:namespace
where prefix is the group version resourceReference
Fixes #1704
Release Note