Replace github.com/coreos/etcd by go.etcd.io/etcd

This commit is contained in:
Wenjia Zhang
2019-10-15 22:38:43 -07:00
parent 05fa6f9e88
commit 3b274fad2a
27 changed files with 51 additions and 51 deletions

View File

@@ -28,8 +28,8 @@ import (
clientset "k8s.io/client-go/kubernetes"
coreclient "k8s.io/client-go/kubernetes/typed/core/v1"
"github.com/coreos/etcd/clientv3"
"github.com/coreos/etcd/pkg/transport"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/pkg/transport"
)
// DeletePodOrErrorf deletes a pod or fails with a call to t.Errorf.