From 5b30b91d3a29120106fc16459a0b8f10290acba9 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Thu, 6 Jul 2017 15:34:39 +0200 Subject: [PATCH] staging/copy.sh: don't strip tags anymore with k8s.io/api Kubernetes-commit: b7fb418a19b5de2ea22c99afe850f9e365cc2d46 --- pkg/version/doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/version/doc.go b/pkg/version/doc.go index 4bf139ce..30399fb0 100644 --- a/pkg/version/doc.go +++ b/pkg/version/doc.go @@ -16,4 +16,5 @@ limitations under the License. // Package version supplies version information collected at build time to // kubernetes components. +// +k8s:openapi-gen=true package version // import "k8s.io/client-go/pkg/version"