typo: delete useless comments

This commit is contained in:
googs1025 2024-02-08 13:57:27 +08:00
parent 3dedb8eb8c
commit a29dc0bc90

View File

@ -85,7 +85,7 @@ type GraphBuilder struct {
// dependencyGraphBuilder // dependencyGraphBuilder
monitors monitors monitors monitors
monitorLock sync.RWMutex 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. // After that it is safe to start them here, before that it is not.
informersStarted <-chan struct{} informersStarted <-chan struct{}