-
Notifications
You must be signed in to change notification settings - Fork 960
Bump Kubernetes dependencies to v1.28.5 #4463
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
Bump Kubernetes dependencies to v1.28.5 #4463
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #4463 +/- ##
==========================================
- Coverage 51.87% 51.86% -0.02%
==========================================
Files 243 243
Lines 24177 24179 +2
==========================================
- Hits 12543 12541 -2
- Misses 10953 10956 +3
- Partials 681 682 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
// RequestWatchProgress implements storage.Interface. | ||
func (s *store) RequestWatchProgress(context.Context) error { | ||
return fmt.Errorf("not implemented") | ||
} | ||
|
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.
@XiShanYongYe-Chang @ikaven1024 @xigang
Can you help to confirm if it OK to leave this interface unimplemented?
This interface was introduced by kubernetes/kubernetes#119207.
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.
By examining the calling path of the code, confirm that the current return of error has no impact.
Test in the environment, and verify that the search function is working properly.
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.
Thanks.
948b12a
to
7503587
Compare
Adopts changes made by kubernetes#119207, implements RequestWatchProgress interface Adopts changes made by kubernetes#116648, applyTo take in clients Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
7503587
to
99d4130
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates Kubernetes dependencies to v1.28.5.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This PR adopted the following changes:
Does this PR introduce a user-facing change?: