From fcf4a0e191449925148783517cfe7ade234a2510 Mon Sep 17 00:00:00 2001 From: hzxuzhonghu Date: Mon, 30 Oct 2017 10:16:13 +0800 Subject: [PATCH] fix import warning --- .../src/k8s.io/apiserver/pkg/admission/plugin/webhook/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/doc.go b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/doc.go index e4efbbeb210..6a21529eda4 100644 --- a/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/doc.go +++ b/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/doc.go @@ -15,4 +15,4 @@ limitations under the License. */ // Package webhook checks a webhook for configured operation admission -package webhook // import "k8s.io/kubernetes/plugin/pkg/admission/webhook" +package webhook // import "k8s.io/apiserver/pkg/admission/plugin/webhook"