-
Notifications
You must be signed in to change notification settings - Fork 68
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
Removes using callbacks in webhooks. Relies on genericCRD interface instead to receive the defaulting and validating calls. #1018
Removes using callbacks in webhooks. Relies on genericCRD interface instead to receive the defaulting and validating calls. #1018
Conversation
original *eventingv1.Broker | ||
want *apis.FieldError | ||
}{{ | ||
name: "not my broker class", |
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.
Each of these test cases are covered in the test above. This was testing the wrapper ValidateBroker
function which is now fully removed.
Codecov Report
@@ Coverage Diff @@
## main #1018 +/- ##
==========================================
- Coverage 73.74% 73.61% -0.13%
==========================================
Files 44 44
Lines 3302 3332 +30
==========================================
+ Hits 2435 2453 +18
- Misses 777 790 +13
+ Partials 90 89 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
4c1a0f9
to
c20f835
Compare
Let me know when this is ready @gab-satchi |
It's ready @gabo1208 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gab-satchi, gabo1208 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 |
Changes
/kind cleanup