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 8486ed0 + 99d2030 commit ad87920Copy full SHA for ad87920
staging/src/k8s.io/client-go/tools/record/events_cache.go
@@ -77,6 +77,7 @@ func getSpamKey(event *v1.Event) string {
77
event.InvolvedObject.Name,
78
string(event.InvolvedObject.UID),
79
event.InvolvedObject.APIVersion,
80
+ event.Type,
81
},
82
"")
83
}
0 commit comments