published by bot

(https://github.com/kubernetes/contrib/tree/master/mungegithub)

copied from https://github.com/kubernetes/kubernetes.git, branch master,
last commit is baaaf26609565b4299008018486ec75fb30903eb
This commit is contained in:
Kubernetes Publisher
2017-01-25 15:19:43 +00:00
parent 687fd42903
commit fcdf37233b
48 changed files with 31 additions and 31 deletions

View File

@@ -30,9 +30,9 @@ import (
k8sruntime "k8s.io/apimachinery/pkg/runtime"
_ "k8s.io/client-go/pkg/api/install" // To register api.Pod used in tests below
"k8s.io/client-go/pkg/api/v1"
"k8s.io/client-go/pkg/util/clock"
"k8s.io/client-go/pkg/util/strategicpatch"
restclient "k8s.io/client-go/rest"
"k8s.io/client-go/util/clock"
)
type testEventSink struct {