提交 5382a74a 编写于 作者: J Jeff 提交者: zryfish

fix apigateway clientset bug

上级 28af6787
package app package app
import ( import (
"flag"
"github.com/mholt/caddy/caddy/caddymain" "github.com/mholt/caddy/caddy/caddymain"
"github.com/mholt/caddy/caddyhttp/httpserver" "github.com/mholt/caddy/caddyhttp/httpserver"
"github.com/spf13/cobra" "github.com/spf13/cobra"
...@@ -28,6 +29,8 @@ Kubernetes API Server for KubeSphere authorization purpose. ...@@ -28,6 +29,8 @@ Kubernetes API Server for KubeSphere authorization purpose.
}, },
} }
cmd.Flags().AddGoFlagSet(flag.CommandLine)
return cmd return cmd
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册