Move pkg/api/v1/ref -> client-go/tools/reference

Kubernetes-commit: 5925a0a1df1cb8cfbf9d1b4c9aa62d772090ad75
This commit is contained in:
Dr. Stefan Schimanski
2017-07-18 16:00:51 +02:00
committed by Kubernetes Publisher
parent f0c66765d7
commit c5fd4b1202
7 changed files with 7 additions and 7 deletions

View File

@@ -32,8 +32,8 @@ 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/ref"
restclient "k8s.io/client-go/rest"
ref "k8s.io/client-go/tools/reference"
)
type testEventSink struct {