mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Updating event spam key to allow recording of more unique events
This commit is contained in:
parent
9356b0e3e9
commit
99d20307cf
@ -77,6 +77,7 @@ func getSpamKey(event *v1.Event) string {
|
|||||||
event.InvolvedObject.Name,
|
event.InvolvedObject.Name,
|
||||||
string(event.InvolvedObject.UID),
|
string(event.InvolvedObject.UID),
|
||||||
event.InvolvedObject.APIVersion,
|
event.InvolvedObject.APIVersion,
|
||||||
|
event.Type,
|
||||||
},
|
},
|
||||||
"")
|
"")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user