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

@@ -21,7 +21,7 @@ import (
"time"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/client-go/pkg/util/clock"
"k8s.io/client-go/util/clock"
)
// DelayingInterface is an Interface that can Add an item at a later time. This makes it easier to

View File

@@ -23,7 +23,7 @@ import (
"time"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/pkg/util/clock"
"k8s.io/client-go/util/clock"
)
func TestSimpleQueue(t *testing.T) {

View File

@@ -20,7 +20,7 @@ import (
"testing"
"time"
"k8s.io/client-go/pkg/util/clock"
"k8s.io/client-go/util/clock"
)
func TestRateLimitingQueue(t *testing.T) {