[bot] [main] Automated version update (#1886)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2022-09-26 10:21:44 +02:00
committed by GitHub
parent 0300416464
commit 7d4529d3d7
21 changed files with 72 additions and 72 deletions

View File

@@ -44,7 +44,7 @@ spec:
properties:
inhibitRules:
description: List of inhibition rules. The rules will only apply to
alerts matching the resources namespace.
alerts matching the resource's namespace.
items:
description: InhibitRule defines an inhibition rule that allows
to mute alerts when other alerts are already firing. See https://prometheus.io/docs/alerting/latest/configuration/#inhibit_rule
@@ -58,7 +58,7 @@ spec:
sourceMatch:
description: Matchers for which one or more alerts have to exist
for the inhibition to take effect. The operator enforces that
the alert matches the resources namespace.
the alert matches the resource's namespace.
items:
description: Matcher defines how to match on alert's labels.
properties:
@@ -91,7 +91,7 @@ spec:
targetMatch:
description: Matchers that have to be fulfilled in the alerts
to be muted. The operator enforces that the alert matches
the resources namespace.
the resource's namespace.
items:
description: Matcher defines how to match on alert's labels.
properties:
@@ -1777,7 +1777,7 @@ spec:
type: string
token:
description: The secret's key that contains the registered
applications API token, see https://pushover.net/apps.
application's API token, see https://pushover.net/apps.
The secret needs to be in the same namespace as the
AlertmanagerConfig object and accessible by the Prometheus
Operator.
@@ -1807,7 +1807,7 @@ spec:
type: string
userKey:
description: The secret's key that contains the recipient
users user key. The secret needs to be in the same
user's user key. The secret needs to be in the same
namespace as the AlertmanagerConfig object and accessible
by the Prometheus Operator.
properties:
@@ -4378,7 +4378,7 @@ spec:
type: array
route:
description: The Alertmanager route definition for alerts matching
the resources namespace. If present, it will be added to the generated
the resource's namespace. If present, it will be added to the generated
Alertmanager configuration as a first-level route.
properties:
continue:
@@ -4404,7 +4404,7 @@ spec:
Example: "30s"'
type: string
matchers:
description: 'List of matchers that the alerts labels should
description: 'List of matchers that the alert''s labels should
match. For the first level route, the operator removes any existing
equality and regexp matcher on the `namespace` label and adds
a `namespace: <object namespace>` matcher.'