[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2023-10-16 14:04:39 +00:00
parent ec217b8cb6
commit 8026584896
18 changed files with 92 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ spec:
- name: v1alpha1
schema:
openAPIV3Schema:
description: AlertmanagerConfig defines a namespaced AlertmanagerConfig to be aggregated across multiple namespaces configuring one Alertmanager cluster.
description: AlertmanagerConfig configures the Prometheus Alertmanager, specifying how alerts should be grouped, inhibited and notified to external systems.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
@@ -1660,7 +1660,7 @@ spec:
description: Notification title.
type: string
token:
description: The secret's key that contains the registered 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.
description: The secret's key that contains the registered 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. Either `token` or `tokenFile` is required.
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
@@ -1674,6 +1674,9 @@ spec:
required:
- key
type: object
tokenFile:
description: The token file that contains the registered application's API token, see https://pushover.net/apps. Either `token` or `tokenFile` is required. It requires Alertmanager >= v0.26.0.
type: string
url:
description: A supplementary URL shown alongside the message.
type: string
@@ -1681,7 +1684,7 @@ spec:
description: A title for supplementary URL, otherwise just the URL is shown
type: string
userKey:
description: The secret's key that contains the recipient user's user key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
description: The secret's key that contains the recipient user's user key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. Either `userKey` or `userKeyFile` is required.
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
@@ -1695,6 +1698,9 @@ spec:
required:
- key
type: object
userKeyFile:
description: The user key file that contains the recipient user's user key. Either `userKey` or `userKeyFile` is required. It requires Alertmanager >= v0.26.0.
type: string
type: object
type: array
slackConfigs: