Re-use juju ratelimit

Reverts changes in cebfc821a4
This commit is contained in:
Jordan Liggitt
2016-12-07 10:30:15 -05:00
parent 45cf32810d
commit 1c89a10556
8 changed files with 14 additions and 379 deletions

View File

@@ -19,7 +19,7 @@ package flowcontrol
import (
"sync"
"k8s.io/kubernetes/pkg/util/ratelimit"
"github.com/juju/ratelimit"
)
type RateLimiter interface {