From d12329fb4d0338ef0c685f1734aa5e8eb5091466 Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Tue, 28 Feb 2017 18:34:29 +0800 Subject: [PATCH] correct misspell "identify" in client_config.go Kubernetes-commit: 8f2891c10267b5fb8e8bc1f8d6cb6d84145c9577 --- tools/clientcmd/client_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clientcmd/client_config.go b/tools/clientcmd/client_config.go index b622c6dc4..1f180408e 100644 --- a/tools/clientcmd/client_config.go +++ b/tools/clientcmd/client_config.go @@ -205,7 +205,7 @@ func getServerIdentificationPartialConfig(configAuthInfo clientcmdapi.AuthInfo, // we want this order of precedence for user identifcation // 1. configAuthInfo minus auth-path (the final result of command line flags and merged .kubeconfig files) // 2. configAuthInfo.auth-path (this file can contain information that conflicts with #1, and we want #1 to win the priority) -// 3. if there is not enough information to idenfity the user, load try the ~/.kubernetes_auth file +// 3. if there is not enough information to identify the user, load try the ~/.kubernetes_auth file // 4. if there is not enough information to identify the user, prompt if possible func (config *DirectClientConfig) getUserIdentificationPartialConfig(configAuthInfo clientcmdapi.AuthInfo, fallbackReader io.Reader, persistAuthConfig restclient.AuthProviderConfigPersister) (*restclient.Config, error) { mergedConfig := &restclient.Config{}