mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
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:
@@ -77,6 +77,7 @@ func getSpamKey(event *v1.Event) string {
|
||||
event.InvolvedObject.Name,
|
||||
string(event.InvolvedObject.UID),
|
||||
event.InvolvedObject.APIVersion,
|
||||
event.Type,
|
||||
},
|
||||
"")
|
||||
}
|
||||
|
Reference in New Issue
Block a user