Skip to content

Commit 711eabf

Browse files
committed
Sync UpdatePodSandboxResourcse to implementation
1 parent 2ae5469 commit 711eabf

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@ message UpdatePodSandboxResourcesRequest {
364364
LinuxContainerResources overhead = 2;
365365
// Optional resources represents the sum of container resources for this sandbox
366366
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;
372367
}
373368
374369
message UpdatePodSandboxResourcesResponse {}

0 commit comments

Comments
 (0)