published by bot

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

copied from https://github.com/kubernetes/kubernetes.git, branch master,
last commit is d1d8e428b14907b2cf67ba78cce2dae4c2fdf15b
This commit is contained in:
Kubernetes Publisher
2016-11-07 13:04:45 +00:00
parent 0742ae7ca5
commit 49f8f1bf91
6 changed files with 1 additions and 609 deletions

View File

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