1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-31 14:51:57 +00:00

Move ratelimit to wrangler

This commit is contained in:
Darren Shepherd
2020-02-01 22:07:43 -07:00
parent 8841c697b8
commit 52ab7b61fb
2 changed files with 1 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ package restwatch
import (
"time"
"github.com/rancher/norman/pkg/ratelimit"
"github.com/rancher/wrangler/pkg/ratelimit"
"k8s.io/client-go/rest"
)