From d6482d6fd0632dec64cab06788adaf6c6dee3cf5 Mon Sep 17 00:00:00 2001 From: "Yuanbin.Chen" Date: Mon, 27 Aug 2018 15:20:38 +0800 Subject: [PATCH] Add kubectl openapi doc import comment Signed-off-by: Yuanbin.Chen --- pkg/kubectl/cmd/util/openapi/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubectl/cmd/util/openapi/doc.go b/pkg/kubectl/cmd/util/openapi/doc.go index 56b393a1eb..7fff1fa87c 100644 --- a/pkg/kubectl/cmd/util/openapi/doc.go +++ b/pkg/kubectl/cmd/util/openapi/doc.go @@ -18,4 +18,4 @@ limitations under the License. // from a Kubernetes server and then indexing the type definitions. // The openapi spec contains the object model definitions and extensions metadata // such as the patchStrategy and patchMergeKey for creating patches. -package openapi +package openapi // k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi