mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-29 21:38:35 +00:00
Merge pull request #93735 from wking/fix-attempting-to-acquire-leader-lease-double-space
leaderelection: Remove doubled space in "attempting to acquire leader lease" log Kubernetes-commit: 200283ab851772930b00944d3a360211f507c8ec
This commit is contained in:
4
go.mod
4
go.mod
@@ -27,7 +27,7 @@ require (
|
||||
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
||||
k8s.io/api v0.0.0-20200827171543-af6c97a0fc38
|
||||
k8s.io/apimachinery v0.0.0-20200827211416-1b2290d8cf15
|
||||
k8s.io/apimachinery v0.0.0-20200827211417-f3a77abeaa89
|
||||
k8s.io/klog/v2 v2.2.0
|
||||
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
@@ -35,5 +35,5 @@ require (
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20200827171543-af6c97a0fc38
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200827211416-1b2290d8cf15
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200827211417-f3a77abeaa89
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user