Refactor move of client-go/util/clock to apimachinery

Kubernetes-commit: 3e095d12b4f152a45b593927804e2e7b8816239a
This commit is contained in:
Clayton Coleman
2017-05-19 13:57:39 -04:00
committed by Kubernetes Publisher
parent dd465010d3
commit 09165439d7
23 changed files with 35 additions and 26 deletions

View File

@@ -28,12 +28,12 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
k8sruntime "k8s.io/apimachinery/pkg/runtime"
"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/client-go/pkg/api/v1/ref"
restclient "k8s.io/client-go/rest"
"k8s.io/client-go/util/clock"
)
type testEventSink struct {