We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5764500 + a29dc0b commit 0d17892Copy full SHA for 0d17892
pkg/controller/garbagecollector/graph_builder.go
@@ -85,7 +85,7 @@ type GraphBuilder struct {
85
// dependencyGraphBuilder
86
monitors monitors
87
monitorLock sync.RWMutex
88
- // 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.
89
// After that it is safe to start them here, before that it is not.
90
informersStarted <-chan struct{}
91
0 commit comments