-
Notifications
You must be signed in to change notification settings - Fork 593
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 pingsource v1 API #5324
Add pingsource v1 API #5324
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5324 +/- ##
==========================================
- Coverage 82.36% 82.28% -0.08%
==========================================
Files 189 194 +5
Lines 5902 6002 +100
==========================================
+ Hits 4861 4939 +78
- Misses 720 739 +19
- Partials 321 324 +3
Continue to review full report at Codecov.
|
8c90fe8
to
0bc45e2
Compare
/unhold |
0bc45e2
to
f3de6dc
Compare
The following is the coverage report on the affected files.
|
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
for _, opt := range o { | ||
opt(c) | ||
} | ||
c.SetDefaults(context.Background()) // TODO: We should add defaults and validation. |
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.
is it time to do this now? before it is v1? or as it becomes v1?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: n3wscott 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 |
Part of #4928
Proposed Changes
Pre-review Checklist
Release Note
Docs
/hold Depends on #5319