We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae5469 commit 711eabfCopy full SHA for 711eabf
keps/sig-node/1287-in-place-update-pod-resources/README.md
@@ -364,11 +364,6 @@ message UpdatePodSandboxResourcesRequest {
364
LinuxContainerResources overhead = 2;
365
// Optional resources represents the sum of container resources for this sandbox
366
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
}
373
374
message UpdatePodSandboxResourcesResponse {}
0 commit comments