Merge pull request #87243 from SenXuDC/fix-staticcheck

fix static check in cluster/images/etcd-version-monitor
This commit is contained in:
Kubernetes Prow Robot 2020-01-25 22:41:02 -08:00 committed by GitHub
commit e2b823fa7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -251,7 +251,6 @@ func getVersionPeriodically(stopCh <-chan struct{}) {
}
select {
case <-stopCh:
break
case <-time.After(scrapeTimeout):
}
}

View File

@ -1,4 +1,3 @@
cluster/images/etcd-version-monitor
cluster/images/etcd/migrate
pkg/controller/daemon
pkg/controller/deployment