Return the current kubeconfig as the starting config in ClientConfigGetter.

pull/6/head
Madhusudan.C.S 2016-08-18 15:51:21 -07:00
parent ff9980e203
commit 2b5d689ab2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func (g *ClientConfigGetter) GetLoadingPrecedence() []string {
return nil
}
func (g *ClientConfigGetter) GetStartingConfig() (*clientcmdapi.Config, error) {
return nil, nil
return g.kubeconfigGetter()
}
func (g *ClientConfigGetter) GetDefaultFilename() string {
return ""