Merge pull request #124747 from l-technicore/update_event_spam_key

Enhance Event Spam Key to Preserve Important Events During Reconciliations
This commit is contained in:
Kubernetes Prow Robot 2024-08-28 07:48:58 +01:00 committed by GitHub
commit ad87920548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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