-
Notifications
You must be signed in to change notification settings - Fork 502
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
remove kubernetes main mod #5419
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5419 +/- ##
==========================================
+ Coverage 61.41% 64.29% +2.87%
==========================================
Files 228 241 +13
Lines 29102 32920 +3818
==========================================
+ Hits 17874 21166 +3292
- Misses 9471 9925 +454
- Partials 1757 1829 +72
|
/run-all-tests |
/run-pull-e2e-kind |
/run-pull-e2e-kind-br |
/run-pull-e2e-kind-serial |
/run-pull-e2e-kind-serial |
/run-pull-e2e-kind |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KanShiori 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 |
[LGTM Timeline notifier]Timeline:
|
New changes are detected. LGTM label has been removed. |
What problem does this PR solve?
When bumping K8s deps to v1.24, kubernetes/kubernetes#119504.
So we remove
k8s.io/kubernetes
in this PR before bump K8s deps to v1.24.also ref pingcap/advanced-statefulset#97
What is changed and how does it work?
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.