Skip to content

Commit 55d40b3

Browse files
committed
Sync UpdatePodSandboxResourcse to implementation
1 parent 2ae5469 commit 55d40b3

File tree

1 file changed

+1
-5
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+1
-5
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [Atomic Resizes](#atomic-resizes)
3333
- [Actuating Resizes](#actuating-resizes)
3434
- [Memory Limit Decreases](#memory-limit-decreases)
35+
- [Swap](#swap)
3536
- [Sidecars](#sidecars)
3637
- [QOS Class](#qos-class)
3738
- [Resource Quota](#resource-quota)
@@ -364,11 +365,6 @@ message UpdatePodSandboxResourcesRequest {
364365
LinuxContainerResources overhead = 2;
365366
// Optional resources represents the sum of container resources for this sandbox
366367
LinuxContainerResources resources = 3;
367-
368-
// Unstructured key-value map holding arbitrary additional information for
369-
// sandbox resources updating. This can be used for specifying experimental
370-
// resources to update or other options to use when updating the sandbox.
371-
map<string, string> annotations = 4;
372368
}
373369
374370
message UpdatePodSandboxResourcesResponse {}

0 commit comments

Comments
 (0)