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