mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #87243 from SenXuDC/fix-staticcheck
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):
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
cluster/images/etcd-version-monitor
|
||||
cluster/images/etcd/migrate
|
||||
pkg/controller/daemon
|
||||
pkg/controller/deployment
|
||||
|
Reference in New Issue
Block a user