From b78f6e2fcc4dbda6e3631a5a54bf23b4c2561117 Mon Sep 17 00:00:00 2001 From: ndixita Date: Wed, 6 Nov 2024 18:07:09 +0000 Subject: [PATCH] Allowlisting k8s.io/components-helpers/resource import in ./pkg/apis/core --- staging/publishing/import-restrictions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/publishing/import-restrictions.yaml b/staging/publishing/import-restrictions.yaml index ff825b3c237..989721473e7 100644 --- a/staging/publishing/import-restrictions.yaml +++ b/staging/publishing/import-restrictions.yaml @@ -13,6 +13,7 @@ - k8s.io/utils/ptr - k8s.io/utils/net - k8s.io/klog + - k8s.io/component-helpers/resource # the following are temporary and should go away. Think twice (or more) before adding anything here. # Main goal: pkg/apis should be as self-contained as possible.