Fix staticchecks in vendor/k8s.io/client-go

Kubernetes-commit: 13c017056c924e148113e42786a511ed2fee7594
This commit is contained in:
Martin Schimandl
2020-10-01 12:40:32 +02:00
committed by Kubernetes Publisher
parent 5682372f35
commit 3450a048bc
5 changed files with 10 additions and 9 deletions

View File

@@ -188,9 +188,6 @@ type LeaderElector struct {
clock clock.Clock
metrics leaderMetricsAdapter
// name is the name of the resource lock for debugging
name string
}
// Run starts the leader election loop. Run will not return