run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles

This commit is contained in:
Chao Xu
2017-06-22 11:04:37 -07:00
parent cd7e7afaaa
commit cde4772928
395 changed files with 536 additions and 534 deletions

View File

@@ -24,8 +24,8 @@ import (
serverstorage "k8s.io/apiserver/pkg/server/storage"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/apis/authentication"
authenticationv1 "k8s.io/kubernetes/pkg/apis/authentication/v1"
authenticationv1beta1 "k8s.io/kubernetes/pkg/apis/authentication/v1beta1"
authenticationv1 "k8s.io/api/authentication/v1"
authenticationv1beta1 "k8s.io/api/authentication/v1beta1"
"k8s.io/kubernetes/pkg/registry/authentication/tokenreview"
)