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.
2 parents 8117577 + 8659251 commit f1c940eCopy full SHA for f1c940e
pkg/handler/eventhandler.go
@@ -42,7 +42,7 @@ import (
42
// Unless you are implementing your own EventHandler, you can ignore the functions on the EventHandler interface.
43
// Most users shouldn't need to implement their own EventHandler.
44
type EventHandler interface {
45
- // Create is called in response to an create event - e.g. Pod Creation.
+ // Create is called in response to a create event - e.g. Pod Creation.
46
Create(context.Context, event.CreateEvent, workqueue.RateLimitingInterface)
47
48
// Update is called in response to an update event - e.g. Pod Updated.
0 commit comments