Skip to content

Commit

Permalink
Merge pull request #883 from vanou/correct_wrong_package_identifier_i…
Browse files Browse the repository at this point in the history
…n_eventsource.go

📖 Correct Wrong Package Identifier in Explanation of EventHandler
  • Loading branch information
k8s-ci-robot committed Apr 24, 2020
2 parents 670b77d + 5f5786b commit 00a674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/internal/eventsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var log = logf.RuntimeLog.WithName("source").WithName("EventHandler")

var _ cache.ResourceEventHandler = EventHandler{}

// EventHandler adapts a eventhandler.EventHandler interface to a cache.ResourceEventHandler interface
// EventHandler adapts a handler.EventHandler interface to a cache.ResourceEventHandler interface
type EventHandler struct {
EventHandler handler.EventHandler
Queue workqueue.RateLimitingInterface
Expand Down

0 comments on commit 00a674b

Please sign in to comment.