Skip to content

Commit c7d5d83

Browse files
sbueringeralvaroaleman
authored andcommitted
Fix godoc of TypedEventHandler
Signed-off-by: Stefan Büringer [email protected]
1 parent 2062f3a commit c7d5d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handler/eventhandler.go

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

0 commit comments

Comments
 (0)