mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 09:33:06 +00:00
In the CreateSandbox request, which is part of the Sandbox Controller, we ignored the `Annotations` parameter which could have been set by the caller via `WithAnnotations` option. This commit rectifies the same and adds the Annotations parameter to the request. Signed-off-by: Harsh Rawat <harshrawat@microsoft.com>