Get the unversioned client to build

This commit is contained in:
Kris Rousey
2015-08-12 11:18:22 -07:00
committed by Kris
parent 7ba5b058cc
commit 9cea046f42
24 changed files with 33 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/errors"
"k8s.io/kubernetes/pkg/client"
client "k8s.io/kubernetes/pkg/client/unversioned"
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/util"
)