Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAlertSummarySerializer ¶
func NewAlertSummarySerializer() monitortestframework.MonitorTest
Types ¶
type AlertByKey ¶
type AlertByKey []Alert
func (AlertByKey) Len ¶
func (a AlertByKey) Len() int
func (AlertByKey) Less ¶
func (a AlertByKey) Less(i, j int) bool
func (AlertByKey) Swap ¶
func (a AlertByKey) Swap(i, j int)
type AlertKey ¶
type AlertKey struct {
Name string
Namespace string
Level AlertLevel
}
name and namespace are consistent (usually) for every CI run
type AlertKeyByAlert ¶
type AlertKeyByAlert []AlertKey
func (AlertKeyByAlert) Len ¶
func (a AlertKeyByAlert) Len() int
func (AlertKeyByAlert) Less ¶
func (a AlertKeyByAlert) Less(i, j int) bool
func (AlertKeyByAlert) Swap ¶
func (a AlertKeyByAlert) Swap(i, j int)
type AlertLevel ¶
type AlertLevel string
var ( UnknownAlertLevel AlertLevel = "Unknown" WarningAlertLevel AlertLevel = "Warning" CriticalAlertLevel AlertLevel = "Critical" )
Click to show internal directories.
Click to hide internal directories.