Updating event spam key to allow recording of more unique events

Kubernetes-commit: 99d20307cfa41f9beefa97c5bec2ee00b2d8b620
This commit is contained in:
Lalit 2024-05-08 12:05:42 +05:30 committed by Kubernetes Publisher
parent dec9eaa92f
commit aa6ed1bae1

View File

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