From 822efa344d8eb1846bf638703dafdc7698693b76 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 17 Dec 2021 13:55:51 +0000 Subject: [PATCH] CCv0: Merge - Re-vendor after merge due to static check error Fixes: #3295 Signed-off-by: stevenhorsman steven@uk.ibm.com Signed-off-by: stevenhorsman --- .../containerd/containerd/pkg/cri/annotations/annotations.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/vendor/github.com/containerd/containerd/pkg/cri/annotations/annotations.go b/src/runtime/vendor/github.com/containerd/containerd/pkg/cri/annotations/annotations.go index 68a0f4837..1cd8f5ccc 100644 --- a/src/runtime/vendor/github.com/containerd/containerd/pkg/cri/annotations/annotations.go +++ b/src/runtime/vendor/github.com/containerd/containerd/pkg/cri/annotations/annotations.go @@ -59,4 +59,7 @@ const ( // PodAnnotations are the annotations of the pod PodAnnotations = "io.kubernetes.cri.pod-annotations" + + // WindowsHostProcess is used by hcsshim to identify windows pods that are running HostProcesses + WindowsHostProcess = "microsoft.com/hostprocess-container" )