Use unversioned kubernetes client. Only test with Go version 1.5

This commit is contained in:
James Munnelly
2015-09-10 15:48:46 +01:00
parent ab86e107ce
commit 02096a2648
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/client"
client "k8s.io/kubernetes/pkg/client/unversioned"
log "github.com/Sirupsen/logrus"