flux v2.0.1

Alert.spec

AlertSpec defines an alerting rule for events involving a list of objects

6 fields
Alert.spec fields and descriptions
Field / TypeDescription
eventSeverity
string

Filter events based on severity, defaults to ('info'). If set to 'info' no events will be filtered.

  • enum: ["info","error"]
  • default: "info"
object[] required

Filter events based on the involved objects.

string[]

A list of Golang regular expressions to be used for excluding messages.

object required

Send events using this provider.

summary
string

Short description of the impact and affected cluster.

suspend
boolean

This flag tells the controller to suspend subsequent events dispatching. Defaults to false.