mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
typo: delete useless comments
This commit is contained in:
@@ -85,7 +85,7 @@ type GraphBuilder struct {
|
||||
// dependencyGraphBuilder
|
||||
monitors monitors
|
||||
monitorLock sync.RWMutex
|
||||
// informersStarted is closed after after all of the controllers have been initialized and are running.
|
||||
// informersStarted is closed after all of the controllers have been initialized and are running.
|
||||
// After that it is safe to start them here, before that it is not.
|
||||
informersStarted <-chan struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user