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.
1 parent 6785442 commit 55eeeffCopy full SHA for 55eeeff
pkg/source/source.go
@@ -53,8 +53,8 @@ type Source = TypedSource[reconcile.Request]
53
//
54
// Users may build their own Source implementations.
55
type TypedSource[request comparable] interface {
56
- // Start is internal and should be called only by the Controller to register an EventHandler with the Informer
57
- // to enqueue reconcile.Requests.
+ // Start is internal and should be called only by the Controller to start the source.
+ // Start must be non-blocking.
58
Start(context.Context, workqueue.TypedRateLimitingInterface[request]) error
59
}
60
0 commit comments