Skip to content

Commit

Permalink
Merge pull request #84145 from bells17/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: type -> eventtype
  • Loading branch information
k8s-ci-robot committed May 26, 2022
2 parents eb37a5d + 53083ea commit f9f9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/client-go/tools/record/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type EventRecorder interface {
// Event constructs an event from the given information and puts it in the queue for sending.
// 'object' is the object this event is about. Event will make a reference-- or you may also
// pass a reference to the object directly.
// 'type' of this event, and can be one of Normal, Warning. New types could be added in future
// 'eventtype' of this event, and can be one of Normal, Warning. New types could be added in future
// 'reason' is the reason this event is generated. 'reason' should be short and unique; it
// should be in UpperCamelCase format (starting with a capital letter). "reason" will be used
// to automate handling of events, so imagine people writing switch statements to handle them.
Expand Down

0 comments on commit f9f9e71

Please sign in to comment.