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

This commit is contained in:
Andrew Kim
2019-01-24 11:34:33 -05:00
parent 2ea82cea20
commit 0bc5508aca
31 changed files with 26 additions and 371 deletions

View File

@@ -36,9 +36,9 @@ import (
intstrutil "k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/apimachinery/pkg/util/wait"
appsclient "k8s.io/client-go/kubernetes/typed/apps/v1"
"k8s.io/client-go/util/integer"
"k8s.io/kubernetes/pkg/controller"
labelsutil "k8s.io/kubernetes/pkg/util/labels"
"k8s.io/utils/integer"
)
const (