Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Oct 6, 2024
1 parent ba03a39 commit b91c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/common/kdr/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type RuntimeIncidentIngesterOnFinishedMessage struct {
IncidentName string `json:"incidentName"` // incidentType.Name - ThreatName
Severity string `json:"severity"`
Resource identifiers.PortalDesignator `json:"resource"` // Pod, Node, Workload, Namespace, Cluster, etc.
ResponseTriggered bool `json:"responseTriggered,omitempty"`
ResponseUpdated bool `json:"responseUpdated,omitempty"`
}

func (si *RuntimeIncidentIngesterOnFinishedMessage) GetLoggerFields() []zap.Field {
Expand Down

0 comments on commit b91c267

Please sign in to comment.