run root-rewrite-import-client-go-api-types

Kubernetes-commit: f2d3220a11111f86b2f481e70e3c1ca4f5896f44
This commit is contained in:
Chao Xu
2017-06-22 11:10:11 -07:00
committed by Kubernetes Publisher
parent 9476066ae2
commit 1e9caa8e14
374 changed files with 494 additions and 494 deletions

View File

@@ -31,7 +31,7 @@ import (
"k8s.io/apimachinery/pkg/util/clock"
"k8s.io/apimachinery/pkg/util/strategicpatch"
"k8s.io/client-go/kubernetes/scheme"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/api/core/v1"
"k8s.io/client-go/pkg/api/v1/ref"
restclient "k8s.io/client-go/rest"
)