mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-21 04:45:09 +00:00
Merge pull request #124747 from l-technicore/update_event_spam_key
Enhance Event Spam Key to Preserve Important Events During Reconciliations Kubernetes-commit: ad879205486a669dbaa5f5c49c247db7ea33fd33
This commit is contained in:
commit
0b9a7d2f21
@ -77,6 +77,7 @@ func getSpamKey(event *v1.Event) string {
|
||||
event.InvolvedObject.Name,
|
||||
string(event.InvolvedObject.UID),
|
||||
event.InvolvedObject.APIVersion,
|
||||
event.Type,
|
||||
},
|
||||
"")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user