fix: some typo.
This commit is contained in:
parent
99d3e9e9fc
commit
9cf0b11fc7
2 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue