Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertState ¶
type AlertState struct { FingerPrint model.Fingerprint Status model.AlertStatus Labels model.LabelSet Annotations model.LabelSet }
AlertState current alert state
type CurrentAlerts ¶
type CurrentAlerts interface { AddAlert(AlertState) *currentAlertStruct AlertGC(AlertState) error DeleteAlert(model.Fingerprint) error ListAlerts() map[model.Fingerprint]*currentAlertStruct HandleAlert(model.Fingerprint, client.Client, int) (*currentAlertStruct, error) GetRollingUpgradeAlertCount() int }
CurrentAlerts interface
func GetCurrentAlerts ¶
func GetCurrentAlerts() CurrentAlerts
GetCurrentAlerts get current stored alerts
Click to show internal directories.
Click to hide internal directories.