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 2062f3a commit c7d5d83Copy full SHA for c7d5d83
pkg/handler/eventhandler.go
@@ -66,7 +66,7 @@ type EventHandler = TypedEventHandler[client.Object, reconcile.Request]
66
//
67
// Unless you are implementing your own TypedEventHandler, you can ignore the functions on the TypedEventHandler interface.
68
// Most users shouldn't need to implement their own TypedEventHandler.
69
-
+//
70
// TypedEventHandler is experimental and subject to future change.
71
type TypedEventHandler[object any, request comparable] interface {
72
// Create is called in response to a create event - e.g. Pod Creation.
0 commit comments