Skip to content

Commit

Permalink
Merge pull request #2894 from alvaroaleman/improve-godocs
Browse files Browse the repository at this point in the history
📖 Improve godocs for source
  • Loading branch information
k8s-ci-robot committed Jul 31, 2024
2 parents 8d55456 + 55eeeff commit a39ace3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/source/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type Source = TypedSource[reconcile.Request]
//
// Users may build their own Source implementations.
type TypedSource[request comparable] interface {
// Start is internal and should be called only by the Controller to register an EventHandler with the Informer
// to enqueue reconcile.Requests.
// Start is internal and should be called only by the Controller to start the source.
// Start must be non-blocking.
Start(context.Context, workqueue.TypedRateLimitingInterface[request]) error
}

Expand Down

0 comments on commit a39ace3

Please sign in to comment.