-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Drop intermediate CRI types #5471
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
v1alpha2v1alpha2
7a76e01 to
4ce8ed2
Compare
v1alpha2bcb75b3 to
abf9e6d
Compare
Codecov Report
@@ Coverage Diff @@
## main #5471 +/- ##
==========================================
- Coverage 43.49% 43.40% -0.10%
==========================================
Files 120 118 -2
Lines 11909 11923 +14
==========================================
- Hits 5180 5175 -5
- Misses 6237 6250 +13
- Partials 492 498 +6 |
abf9e6d to
f14b555
Compare
50f0dd2 to
c873b78
Compare
|
/retest-required |
6515722 to
f5a1d31
Compare
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
/test integration_fedora |
|
/test integration_crun |
|
/test integration_fedora |
|
/retest |
1 similar comment
|
/retest |
|
/test integration_fedora |
|
@cri-o/cri-o-maintainers PTAL I suspect that both integration test suites are falling for quite some time and my changes are not related. |
We now drop the intermediate types because the Kubelet fully supports the CRI `v1` api. Therefore we stick to an unsafe memory cast for type conversion. Signed-off-by: Sascha Grunert <[email protected]>
f5a1d31 to
9667984
Compare
|
/test integration_crun |
2 similar comments
|
/test integration_crun |
|
/test integration_crun |
|
@haircommander PTAL |
|
@saschagrunert: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm thanks for working on this, seemed like a pain haha |
What type of PR is this?
/kind api-change
What this PR does / why we need it:
We now drop the intermediate types because the Kubelet fully supports the CRI
v1api. Therefore we stick to an unsafe memory cast for type conversion.Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?