prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.basicAuth.spec.inhibitRules.sourceMatch

Matchers for which one or more alerts have to exist for the inhibition to take effect. The operator enforces that the alert matches the resource's namespace.

4 fields
AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.basicAuth.spec.inhibitRules.sourceMatch fields and descriptions
Field / TypeDescription
matchType
string

Match operation available with AlertManager >= v0.22.0 and takes precedence over Regex (deprecated) if non-empty.

  • enum: ["!=","=","=~","!~"]
name
string required

Label to match.

  • minLength: 1
regex
boolean

Whether to match on equality (false) or regular-expression (true). Deprecated: for AlertManager >= v0.22.0, `matchType` should be used instead.

value
string

Label value to match.