From e0a8e7333878793633452341111255c349a29511 Mon Sep 17 00:00:00 2001 From: Ben Michael Date: Wed, 15 Apr 2026 10:55:41 +0300 Subject: [PATCH] Added classification to alerts Signed-off-by: Ben Michael --- pulsar/common/kdr/datastructures.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pulsar/common/kdr/datastructures.go b/pulsar/common/kdr/datastructures.go index a86a2ef..36f110c 100644 --- a/pulsar/common/kdr/datastructures.go +++ b/pulsar/common/kdr/datastructures.go @@ -22,6 +22,7 @@ type RuntimeIncidentIngesterOnFinishedMessage struct { Resource identifiers.PortalDesignator `json:"resource"` // Pod, Node, Workload, Namespace, Cluster, etc. Response *RuntimeIncidentResponse `json:"response,omitempty"` PolicyGUIDToName map[string]string `json:"policyGUIDToName"` + Classification string `json:"classification,omitempty"` } type RuntimeIncidentResponse struct {