Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func NewAlertSummarySerializer() monitortestframework.MonitorTest + type Alert struct + Duration metav1.Duration + type AlertByKey []Alert + func (a AlertByKey) Len() int + func (a AlertByKey) Less(i, j int) bool + func (a AlertByKey) Swap(i, j int) + type AlertKey struct + Level AlertLevel + Name string + Namespace string + type AlertKeyByAlert []AlertKey + func (a AlertKeyByAlert) Len() int + func (a AlertKeyByAlert) Less(i, j int) bool + func (a AlertKeyByAlert) Swap(i, j int) + type AlertLevel string + var CriticalAlertLevel AlertLevel = "Critical" + var UnknownAlertLevel AlertLevel = "Unknown" + var WarningAlertLevel AlertLevel = "Warning" + type AlertList struct + Alerts []Alert