Skip to content

Commit 1ba66ac

Browse files
committed
Fix godoc of TypedEventHandler
Signed-off-by: Stefan Büringer [email protected]
1 parent 5dfe321 commit 1ba66ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handler/eventhandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type EventHandler = TypedEventHandler[client.Object, reconcile.Request]
6565
//
6666
// Unless you are implementing your own TypedEventHandler, you can ignore the functions on the TypedEventHandler interface.
6767
// Most users shouldn't need to implement their own TypedEventHandler.
68-
68+
//
6969
// TypedEventHandler is experimental and subject to future change.
7070
type TypedEventHandler[object any, request comparable] interface {
7171
// Create is called in response to a create event - e.g. Pod Creation.

0 commit comments

Comments
 (0)