fix: some typo.

This commit is contained in:
Mengxin Liu 2017-12-02 13:45:56 +08:00 committed by oilbeater
parent 99d3e9e9fc
commit 9cf0b11fc7
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ func RegisterCommonFlags() {
flag.StringVar(&TestContext.KubeHost, "kubernetes-host", "http://127.0.0.1:8080", "The kubernetes host, or apiserver, to connect to")
flag.StringVar(&TestContext.KubeConfig, "kubernetes-config", os.Getenv(clientcmd.RecommendedConfigPathEnvVar), "Path to config containing embedded authinfo for kubernetes. Default value is from environment variable "+clientcmd.RecommendedConfigPathEnvVar)
flag.StringVar(&TestContext.KubeContext, "kubernetes-context", "", "config context to use for kuberentes. If unset, will use value from 'current-context'")
flag.StringVar(&TestContext.KubeContext, "kubernetes-context", "", "config context to use for kubernetes. If unset, will use value from 'current-context'")
}
func RegisterParseFlags() {