mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Switch to go.etcd.io/etcd/client/v3
This commit is contained in:
		@@ -29,8 +29,8 @@ import (
 | 
			
		||||
	clientset "k8s.io/client-go/kubernetes"
 | 
			
		||||
	coreclient "k8s.io/client-go/kubernetes/typed/core/v1"
 | 
			
		||||
 | 
			
		||||
	"go.etcd.io/etcd/clientv3"
 | 
			
		||||
	"go.etcd.io/etcd/pkg/transport"
 | 
			
		||||
	"go.etcd.io/etcd/client/pkg/v3/transport"
 | 
			
		||||
	clientv3 "go.etcd.io/etcd/client/v3"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// DeletePodOrErrorf deletes a pod or fails with a call to t.Errorf.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user