fix golint failures of pkg/controller/namespace/deletion pkg/controller/serviceaccount

This commit is contained in:
SataQiu
2019-05-23 12:09:01 +08:00
parent 585fa3acc8
commit b87d006a50
5 changed files with 6 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ type TokensController struct {
maxRetries int
}
// Runs controller blocks until stopCh is closed
// Run runs controller blocks until stopCh is closed
func (e *TokensController) Run(workers int, stopCh <-chan struct{}) {
// Shut down queues
defer utilruntime.HandleCrash()