diff --git a/models/notifications.go b/models/notifications.go index 34e95f75..0d4813a3 100644 --- a/models/notifications.go +++ b/models/notifications.go @@ -59,6 +59,10 @@ const ( NotificationStatusSkipped = "skipped" // due to waitFor evaluation NotificationStatusSilenced = "silenced" NotificationStatusRepeatInterval = "repeat-interval" + + // health related notifications of kubernetes config items get into this state + // to wait for the incremental scraper to re-evaluate the health. + NotificationStatusEvaluatingWaitFor = "evaluating-waitfor" ) type NotificationSendHistory struct {