prometheus operator v0.93.1

Alertmanager.spec.containers.readinessProbe.tcpSocket.port.spec.alertmanagerConfigMatcherStrategy

alertmanagerConfigMatcherStrategy defines how AlertmanagerConfig objects process incoming alerts.

1 fields
Alertmanager.spec.containers.readinessProbe.tcpSocket.port.spec.alertmanagerConfigMatcherStrategy fields and descriptions
Field / TypeDescription
type
string

type defines the strategy used by AlertmanagerConfig objects to match alerts in the routes and inhibition rules. The default value is `OnNamespace`.

  • enum: ["OnNamespace","OnNamespaceExceptForAlertmanagerNamespace","None"]
  • default: "OnNamespace"