move authoritative client-go utils out of pkg

This commit is contained in:
deads2k
2017-01-23 13:37:22 -05:00
parent 8cc00744b7
commit 5a8f075197
301 changed files with 470 additions and 474 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