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

Kubernetes-commit: 2358e75da3379720d2cc1d86384d4830a1557b88
This commit is contained in:
Andrew Kim
2019-01-24 11:37:48 -05:00
committed by Kubernetes Publisher
parent 610d917325
commit 3fa0933a1e
3 changed files with 1 additions and 123 deletions

View File

@@ -25,8 +25,8 @@ import (
"k8s.io/apimachinery/pkg/util/clock"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/util/buffer"
"k8s.io/client-go/util/retry"
"k8s.io/utils/buffer"
"k8s.io/klog"
)