Updating event spam key to allow recording of more unique events

This commit is contained in:
Lalit 2024-05-08 12:05:42 +05:30
parent 9356b0e3e9
commit 99d20307cf

View File

@ -77,6 +77,7 @@ func getSpamKey(event *v1.Event) string {
event.InvolvedObject.Name,
string(event.InvolvedObject.UID),
event.InvolvedObject.APIVersion,
event.Type,
},
"")
}