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 Original file line number Diff line number Diff line change 32
32
- [ Atomic Resizes] ( #atomic-resizes )
33
33
- [ Actuating Resizes] ( #actuating-resizes )
34
34
- [ Memory Limit Decreases] ( #memory-limit-decreases )
35
+ - [ Swap] ( #swap )
35
36
- [ Sidecars] ( #sidecars )
36
37
- [ QOS Class] ( #qos-class )
37
38
- [ Resource Quota] ( #resource-quota )
@@ -364,11 +365,6 @@ message UpdatePodSandboxResourcesRequest {
364
365
LinuxContainerResources overhead = 2;
365
366
// Optional resources represents the sum of container resources for this sandbox
366
367
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;
372
368
}
373
369
374
370
message UpdatePodSandboxResourcesResponse {}
You can’t perform that action at this time.
0 commit comments