Skip to content

Commit 862fc42

Browse files
committed
KEP-2403: Update KEP to reflect the latest Podresource API
- Include the recent addition of memory support Signed-off-by: Swati Sehgal <[email protected]>
1 parent 6747df5 commit 862fc42

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-node/2403-pod-resources-allocatable-resources

1 file changed

+2
-1
lines changed

keps/sig-node/2403-pod-resources-allocatable-resources/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
4343
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
4444
- [X] (R) Graduation criteria is in place
4545
- [X] (R) Production readiness review completed
46-
- [X] Production readiness review approved
46+
- [X] (R) Production readiness review approved
4747
- [X] "Implementation History" section is up-to-date for milestone
4848
- ~~ [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] ~~
4949
- [X] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -143,6 +143,7 @@ message ContainerResources {
143143
string name = 1;
144144
repeated ContainerDevices devices = 2;
145145
repeated int64 cpu_ids = 3;
146+
repeated ContainerMemory memory = 4;
146147
}
147148
148149
// Topology describes hardware topology of the resource

0 commit comments

Comments
 (0)