From 003fbae25bf4c76b8b71d56206b51e1ee6e80812 Mon Sep 17 00:00:00 2001 From: Max Smythe Date: Tue, 25 Oct 2022 20:40:27 -0700 Subject: [PATCH] Fix canonical imports Signed-off-by: Max Smythe --- .../pkg/admission/plugin/webhook/predicates/namespace/doc.go | 2 +- .../pkg/admission/plugin/webhook/predicates/object/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace/doc.go b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace/doc.go index d1a28533836..660001dff78 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace/doc.go +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace/doc.go @@ -17,4 +17,4 @@ limitations under the License. // Package namespace defines the utilities that are used by the webhook // plugin to decide if a webhook should be applied to an object based on its // namespace. -package namespace // import "k8s.io/apiserver/pkg/admission/plugin/webhook/namespace" +package namespace // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/namespace" diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object/doc.go b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object/doc.go index 93c47344095..8964afa6c5f 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object/doc.go +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object/doc.go @@ -17,4 +17,4 @@ limitations under the License. // Package object defines the utilities that are used by the webhook plugin to // decide if a webhook should run, as long as either the old object or the new // object has labels matching the webhook config's objectSelector. -package object // import "k8s.io/apiserver/pkg/admission/plugin/webhook/object" +package object // import "k8s.io/apiserver/pkg/admission/plugin/webhook/predicates/object"