Use unversioned kubernetes client. Only test with Go version 1.5
This commit is contained in:
@@ -7,9 +7,7 @@ language: go
|
|||||||
|
|
||||||
# No support for "tip" at the moment as there's no $GOROOT_BOOTSTRAP
|
# No support for "tip" at the moment as there's no $GOROOT_BOOTSTRAP
|
||||||
go:
|
go:
|
||||||
- 1.4
|
|
||||||
- 1.5
|
- 1.5
|
||||||
- tip
|
|
||||||
|
|
||||||
# Set Travis to cache dependencies that take a while to install.
|
# Set Travis to cache dependencies that take a while to install.
|
||||||
# At the moment apt is our longest thing (takes 1minute) and Travis doesn't
|
# At the moment apt is our longest thing (takes 1minute) and Travis doesn't
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"k8s.io/kubernetes/pkg/api"
|
"k8s.io/kubernetes/pkg/api"
|
||||||
"k8s.io/kubernetes/pkg/client"
|
client "k8s.io/kubernetes/pkg/client/unversioned"
|
||||||
|
|
||||||
log "github.com/Sirupsen/logrus"
|
log "github.com/Sirupsen/logrus"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user