mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
move utils used in restclient to client-go
This commit is contained in:
@@ -19,9 +19,9 @@ package images
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"k8s.io/client-go/pkg/util/flowcontrol"
|
||||
"k8s.io/kubernetes/pkg/api/v1"
|
||||
kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
|
||||
"k8s.io/kubernetes/pkg/util/flowcontrol"
|
||||
)
|
||||
|
||||
// throttleImagePulling wraps kubecontainer.ImageService to throttle image
|
||||
|
||||
Reference in New Issue
Block a user