Fix typos

Kubernetes-commit: 4260bf2a2bbc7301072860567537d30ea413c395
This commit is contained in:
bin liu
2018-02-01 19:53:51 +08:00
committed by Kubernetes Publisher
parent 2f62824dde
commit 526671fd79
3 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ func (g *ClientConfigGetter) IsDefaultConfig(config *restclient.Config) bool {
// ClientConfigLoadingRules is an ExplicitPath and string slice of specific locations that are used for merging together a Config
// Callers can put the chain together however they want, but we'd recommend:
// EnvVarPathFiles if set (a list of files if set) OR the HomeDirectoryPath
// ExplicitPath is special, because if a user specifically requests a certain file be used and error is reported if thie file is not present
// ExplicitPath is special, because if a user specifically requests a certain file be used and error is reported if this file is not present
type ClientConfigLoadingRules struct {
ExplicitPath string
Precedence []string