Merge pull request #5154 from jlowdermilk/kube-up

Standalone kubeconfig for gce kube-up
This commit is contained in:
Satnam Singh
2015-03-09 16:22:51 -07:00
8 changed files with 145 additions and 72 deletions

View File

@@ -80,7 +80,7 @@ func promptForString(field string, r io.Reader) string {
return result
}
// NewDefaultAuthLoader is an AuthLoader that parses an AuthInfo object from a file path. It prompts user and creates file if it doesn't exist.
// NewPromptingAuthLoader is an AuthLoader that parses an AuthInfo object from a file path. It prompts user and creates file if it doesn't exist.
func NewPromptingAuthLoader(reader io.Reader) *PromptingAuthLoader {
return &PromptingAuthLoader{reader}
}