mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-22 21:27:07 +00:00
Updating event spam key to allow recording of more unique events
Kubernetes-commit: 99d20307cfa41f9beefa97c5bec2ee00b2d8b620
This commit is contained in:
parent
dec9eaa92f
commit
aa6ed1bae1
@ -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