Commit 1338d504 by Steve Leon Committed by kmova

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 (cherry picked from commit 53163dd4b2ff43fb1344abfe48bc1ff9a8a6c2d6)
parent c7eb885d
...@@ -26,10 +26,10 @@ import ( ...@@ -26,10 +26,10 @@ import (
"github.com/golang/glog" "github.com/golang/glog"
"github.com/kubernetes-incubator/external-storage/lib/controller" "github.com/kubernetes-incubator/external-storage/lib/controller"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait" "k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/kubernetes" "k8s.io/client-go/kubernetes"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/client-go/rest" "k8s.io/client-go/rest"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment