Incorporate K8S API changes.

- Importing API types from k8s.io/api
- Update client-go and apimachinery version
- Remove lib/helper and use the kubernetes one temporary
This commit is contained in:
Steve Leon 2017-07-06 14:53:47 -07:00
parent a82645d4ec
commit 53163dd4b2
1 changed files with 1 additions and 1 deletions

View File

@ -26,10 +26,10 @@ import (
"github.com/golang/glog"
"github.com/kubernetes-incubator/external-storage/lib/controller"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/client-go/rest"
)