mechanical changes for move

This commit is contained in:
deads2k
2017-01-04 09:31:53 -05:00
parent 442d2c1404
commit ca58ec0237
115 changed files with 144 additions and 135 deletions

View File

@@ -21,9 +21,9 @@ import (
"strings"
"github.com/golang/glog"
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/kubernetes/pkg/auth/authenticator"
"k8s.io/kubernetes/pkg/auth/authorizer"
"k8s.io/kubernetes/pkg/auth/user"
"k8s.io/kubernetes/pkg/types"
)