Merge pull request #697 from runzexia/refine-openapi-gen

do not genereate unused structs
This commit is contained in:
KubeSphere CI Bot
2019-09-04 10:42:01 +08:00
committed by GitHub
10 changed files with 532 additions and 41063 deletions

View File

@@ -42,7 +42,6 @@ func init() {
func main() {
flag.Parse()
cfg, err := k8s.Config()
if err != nil {
klog.Error(err, "failed to build kubeconfig")