Skip to content

Commit d2f112e

Browse files
rezmossgraz-dev
andauthored
Update content/en/blog/_posts/enhancing-kubernetes-event-management-custom-aggregation.md
Co-authored-by: Graziano Casto <graziano.casto@outlook.com>
1 parent 33f7723 commit d2f112e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/blog/_posts/enhancing-kubernetes-event-management-custom-aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (p *EventProcessor) correlateEvent(event *eventsv1.Event) string {
150150
return correlationKey
151151
}
152152

153-
func generateCorrelationKey(event *corev1.Event) string {
153+
func generateCorrelationKey(event *eventsv1.Event) string {
154154
// Example: Combine namespace, resource type, and name
155155
return fmt.Sprintf("%s/%s/%s",
156156
event.InvolvedObject.Namespace,

0 commit comments

Comments
 (0)