-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Labels
runtimecontroller runtime relatedcontroller runtime related
Description
Would you like to work on this feature?
None
What problem are you trying to solve?
As far as I can tell, there's only a way to create new events which all get displayed separately -- I need a way to aggregate events that happen more than once within a certain amount of time. The go recorder does this:
https://pkg.go.dev/k8s.io/client-go/tools/record#EventAggregator
Describe the solution you'd like
Some way to update the count of an existing event or otherwise aggregate events.
Describe alternatives you've considered
using the events api directly instead of the recorder.
Documentation, Adoption, Migration Strategy
No response
Target crate for feature
kube-runtime
Metadata
Metadata
Assignees
Labels
runtimecontroller runtime relatedcontroller runtime related