fix wrong spells in kapi.go (#5160)

pull/5162/head
AllenZMC 2019-08-21 21:46:50 +08:00 committed by Medya Ghazizadeh
parent cebaad1836
commit 03615ab411
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ var (
ReasonableStartTime = time.Minute * 5
)
// Client gets the kuberentes client from default kubeconfig
// Client gets the kubernetes client from default kubeconfig
func Client(kubectlContext ...string) (kubernetes.Interface, error) {
loadingRules := clientcmd.NewDefaultClientConfigLoadingRules()
configOverrides := &clientcmd.ConfigOverrides{}