mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
fix static check in cluster/images/etcd-version-monitor
This commit is contained in:
@@ -251,7 +251,6 @@ func getVersionPeriodically(stopCh <-chan struct{}) {
|
||||
}
|
||||
select {
|
||||
case <-stopCh:
|
||||
break
|
||||
case <-time.After(scrapeTimeout):
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user