-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
KEP-2403: Update PodResource API GetAllocatableResource 1.23 Beta #2932
KEP-2403: Update PodResource API GetAllocatableResource 1.23 Beta #2932
Conversation
6edd8d1
to
0f3009f
Compare
0f3009f
to
284ba76
Compare
/cc @klueska @RenaudWasTaken |
c5f82f7
to
ed3ec40
Compare
/cc @johnbelamaric for PRR review. |
284ba76
to
d276874
Compare
/assign @derekwaynecarr @dchen1107 @SergeyKanzhelev @ruiwen-zhao /assign @johnbelamaric |
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
- Include the recent addition of memory support Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
d276874
to
a6ad3fe
Compare
PRR is fine, once the sig approves I can approve this. |
/lgtm |
@@ -139,6 +143,7 @@ message ContainerResources { | |||
string name = 1; | |||
repeated ContainerDevices devices = 2; | |||
repeated int64 cpu_ids = 3; | |||
repeated ContainerMemory memory = 4; |
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.
just noting: this reflects what is already delivered in code.
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.
Yes, that's right. Please refer to the code here.
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.
/approve
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, johnbelamaric, swatisehgal 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 |
One-line PR description: Update PodResource API GetAllocatableResource 1.23 Beta
Issue link: Extend podresources API to report allocatable resources #2403
Other comments:
Signed-off-by: Swati Sehgal swsehgal@redhat.com
/sig node