We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64302e commit 80c52b8Copy full SHA for 80c52b8
cmd/informer-gen/generators/factory.go
@@ -299,6 +299,7 @@ type SharedInformerFactory interface {
299
300
// Start initializes all requested informers. They are handled in goroutines
301
// which run until the stop channel gets closed.
302
+ // Warning: Start does not block. When run in a go-routine, it will race with a later WaitForCacheSync.
303
Start(stopCh <-chan struct{})
304
305
// Shutdown marks a factory as shutting down. At that point no new
0 commit comments