Skip to content

Commit 133b8d9

Browse files
authored
Merge pull request #3169 from sbueringer/pr-fix-godoc
🌱 Fix godoc of TypedEventHandler
2 parents 1191c8c + 1ba66ac commit 133b8d9

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)