replace client-go/util/integer with k8s.io/utils/integer

Kubernetes-commit: 0bc5508aca9a945e92ef2a83492a70bbfcc12d13
This commit is contained in:
Andrew Kim
2019-01-24 11:34:33 -05:00
committed by Kubernetes Publisher
parent 498c0c77a9
commit 610d917325
3 changed files with 1 additions and 312 deletions

View File

@@ -21,7 +21,7 @@ import (
"time"
"k8s.io/apimachinery/pkg/util/clock"
"k8s.io/client-go/util/integer"
"k8s.io/utils/integer"
)
type backoffEntry struct {