mechanicals

This commit is contained in:
deads2k
2017-01-04 10:39:05 -05:00
parent b813e98a26
commit 4d7fcae85a
125 changed files with 215 additions and 169 deletions

View File

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