added a hidden openapi info command

This commit is contained in:
Natasha Sarkar
2020-10-16 13:53:42 -07:00
parent 7e04be9ec6
commit a4f1f0841e
8 changed files with 94 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package kubernetesapi
const Info = "{ title:Kubernetes, version:v1.17.0 }"