fix apigateway clientset bug

This commit is contained in:
Jeff
2019-09-26 21:10:11 +08:00
committed by zryfish
parent 28af678748
commit 5382a74acb

View File

@@ -1,6 +1,7 @@
package app
import (
"flag"
"github.com/mholt/caddy/caddy/caddymain"
"github.com/mholt/caddy/caddyhttp/httpserver"
"github.com/spf13/cobra"
@@ -28,6 +29,8 @@ Kubernetes API Server for KubeSphere authorization purpose.
},
}
cmd.Flags().AddGoFlagSet(flag.CommandLine)
return cmd
}