-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
implement kube alpha features for 1.22 #5207
implement kube alpha features for 1.22 #5207
Conversation
e09103b
to
1b63241
Compare
Codecov Report
@@ Coverage Diff @@
## main #5207 +/- ##
==========================================
- Coverage 43.49% 43.46% -0.03%
==========================================
Files 118 118
Lines 11786 11797 +11
==========================================
+ Hits 5126 5128 +2
- Misses 6168 6177 +9
Partials 492 492 |
server/cri/types/types.go
Outdated
| CPUsetMems string | ||
| HugepageLimits []*HugepageLimit | ||
| Unified map[string]string | ||
| MemorySwapLimitInBytes int64 |
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.
Unless there's a reason not to, my OCD would appreciate ordering the variables in alphanumeric order.
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.
It makes git annotate harder to use when attempting to determine when a field or feature was added?
|
Tests need further help, changes LGTM in general, one OCD request for consideration. |
332c3d9
to
ee7c7c1
Compare
|
rebased on #5204 |
|
/retest |
e4094b7
to
9070f11
Compare
9070f11
to
dc9de81
Compare
|
/retest |
dc9de81
to
35dbfeb
Compare
|
/retest |
|
/retest |
|
@cri-o/cri-o-maintainers PTAL |
|
/test integration_rhel |
|
/retest |
|
/test integration_rhel |
2 similar comments
|
/test integration_rhel |
|
/test integration_rhel |
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
ee8c0bb
to
d2a6f34
Compare
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
d2a6f34
to
8f1daef
Compare
|
/retest |
|
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions 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. |
|
@cri-o/cri-o-maintainers PTAL |
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, saschagrunert 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 |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
7 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
add support for swap and unified fields
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?