-
Notifications
You must be signed in to change notification settings - Fork 592
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: autocreate v1beta3 eventtypes #8276
Conversation
Signed-off-by: Cali0707 <calumramurray@gmail.com>
Signed-off-by: Cali0707 <calumramurray@gmail.com>
… et autocreate handler Signed-off-by: Cali0707 <calumramurray@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8276 +/- ##
==========================================
- Coverage 65.55% 65.08% -0.47%
==========================================
Files 371 374 +3
Lines 22913 23109 +196
==========================================
+ Hits 15020 15040 +20
- Misses 7102 7278 +176
Partials 791 791 ☔ 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.
/test reconciler-tests
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, 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 |
{Name: "source", Value: source.String(), Required: true}, | ||
{Name: "schemadata", Value: schema.String(), Required: true}, | ||
{Name: "specversion", Value: event.SpecVersion(), Required: true}, | ||
{Name: "id", Required: false}, |
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.
the CE spec does require it...
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.
Ah my bad, I'll open a quick follow up :)
Fixes #8098
Proposed Changes
Pre-review Checklist
Release Note