fix tests

This commit is contained in:
Chao Xu
2016-09-16 14:18:52 -07:00
parent ec4fe281b6
commit a4e62297d6
7 changed files with 29 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ import (
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
clientreporestclient "k8s.io/client-go/1.4/rest"
clientreporestclient "k8s.io/client-go/1.5/rest"
"k8s.io/kubernetes/pkg/client/restclient"
)