remove invocation of k8s.io/client-go/pkg/api/install

change import of client-go/api/helper to kubernetes/api/helper

remove unnecessary use of client-go/api.registry

change use of client-go/pkg/util to kubernetes/pkg/util

remove dependency on client-go/pkg/apis/extensions

remove unnecessary invocation of k8s.io/client-go/extension/intsall

change use of k8s.io/client-go/pkg/apis/authentication to v1
This commit is contained in:
Chao Xu
2017-05-10 17:56:53 -07:00
parent 69ad6addcc
commit c354076aa4
13 changed files with 7 additions and 25 deletions

View File

@@ -38,10 +38,6 @@ import (
metricsapi "k8s.io/metrics/pkg/apis/metrics/v1alpha1"
"github.com/stretchr/testify/assert"
// we need the API types for rest mapping lookup
_ "k8s.io/client-go/pkg/api/install"
_ "k8s.io/client-go/pkg/apis/extensions/install"
)
type restClientTestCase struct {