diff options
Diffstat (limited to 'vendor/k8s.io/client-go/pkg/version/doc.go')
-rw-r--r-- | vendor/k8s.io/client-go/pkg/version/doc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/k8s.io/client-go/pkg/version/doc.go b/vendor/k8s.io/client-go/pkg/version/doc.go index 4bf139ce8..30399fb02 100644 --- a/vendor/k8s.io/client-go/pkg/version/doc.go +++ b/vendor/k8s.io/client-go/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" |