Moving clientauth package to be under client

This commit is contained in:
Kris Rousey
2015-08-12 12:41:32 -07:00
parent 5c08d276a0
commit 2a17dbff13
6 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ import (
"io/ioutil"
"os"
"k8s.io/kubernetes/pkg/clientauth"
clientauth "k8s.io/kubernetes/pkg/client/auth"
)
// AuthLoaders are used to build clientauth.Info objects.