Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 3. AlertmanagerConfig [monitoring.coreos.com/v1beta1]
- Description
 The
AlertmanagerConfigcustom resource definition (CRD) defines howAlertmanagerobjects process Prometheus alerts. It allows to specify alert grouping and routing, notification receivers and inhibition rules.Alertmanagerobjects selectAlertmanagerConfigobjects using label and namespace selectors.- Type
 - 
						
object - Required
 - 
								
spec 
- 
								
 
3.1. Specification Copier lienLien copié sur presse-papiers!
| Property | Type | 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  | 
|   
								  |   
								  |   Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds  | 
|   
								  |   Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata  | |
|   
								  |   
								  |   
								AlertmanagerConfigSpec is a specification of the desired behavior of the Alertmanager configuration. By definition, the Alertmanager configuration only applies to alerts for which the   | 
3.1.1. .spec Copier lienLien copié sur presse-papiers!
- Description
 - 
								AlertmanagerConfigSpec is a specification of the desired behavior of the Alertmanager configuration. By definition, the Alertmanager configuration only applies to alerts for which the 
namespacelabel is equal to the namespace of the AlertmanagerConfig resource. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   List of inhibition rules. The rules will only apply to alerts matching the resource’s namespace.  | 
|   
									  |   
									  |   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  | 
|   
									  |   
									  |   List of receivers.  | 
|   
									  |   
									  |   Receiver defines one or more notification integrations.  | 
|   
									  |   
									  |   The Alertmanager route definition for alerts matching the resource’s namespace. If present, it will be added to the generated Alertmanager configuration as a first-level route.  | 
|   
									  |   
									  |   List of TimeInterval specifying when the routes should be muted or active.  | 
|   
									  |   
									  |   TimeInterval specifies the periods in time when notifications will be muted or active.  | 
3.1.2. .spec.inhibitRules Copier lienLien copié sur presse-papiers!
- Description
 - List of inhibition rules. The rules will only apply to alerts matching the resource’s namespace.
 - Type
 - 
								
array 
3.1.3. .spec.inhibitRules[] Copier lienLien copié sur presse-papiers!
- 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
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Labels that must have an equal value in the source and target alert for the inhibition to take effect.  | 
|   
									  |   
									  |   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.  | 
|   
									  |   
									  |   Matcher defines how to match on alert’s labels.  | 
|   
									  |   
									  |   Matchers that have to be fulfilled in the alerts to be muted. The operator enforces that the alert matches the resource’s namespace.  | 
|   
									  |   
									  |   Matcher defines how to match on alert’s labels.  | 
3.1.4. .spec.inhibitRules[].sourceMatch Copier lienLien copié sur presse-papiers!
- 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 resource’s namespace.
 - Type
 - 
								
array 
3.1.5. .spec.inhibitRules[].sourceMatch[] Copier lienLien copié sur presse-papiers!
- Description
 - Matcher defines how to match on alert’s labels.
 - Type
 - 
								
object - Required
 - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									Match operator, one of   | 
|   
									  |   
									  |   Label to match.  | 
|   
									  |   
									  |   Label value to match.  | 
3.1.6. .spec.inhibitRules[].targetMatch Copier lienLien copié sur presse-papiers!
- Description
 - Matchers that have to be fulfilled in the alerts to be muted. The operator enforces that the alert matches the resource’s namespace.
 - Type
 - 
								
array 
3.1.7. .spec.inhibitRules[].targetMatch[] Copier lienLien copié sur presse-papiers!
- Description
 - Matcher defines how to match on alert’s labels.
 - Type
 - 
								
object - Required
 - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									Match operator, one of   | 
|   
									  |   
									  |   Label to match.  | 
|   
									  |   
									  |   Label value to match.  | 
3.1.8. .spec.receivers Copier lienLien copié sur presse-papiers!
- Description
 - List of receivers.
 - Type
 - 
								
array 
3.1.9. .spec.receivers[] Copier lienLien copié sur presse-papiers!
- Description
 - Receiver defines one or more notification integrations.
 - Type
 - 
								
object - Required
 - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   List of Slack configurations.  | 
|   
									  |   
									  |   DiscordConfig configures notifications via Discord. See https://prometheus.io/docs/alerting/latest/configuration/#discord_config  | 
|   
									  |   
									  |   List of Email configurations.  | 
|   
									  |   
									  |   EmailConfig configures notifications via Email.  | 
|   
									  |   
									  |   List of MSTeams configurations. It requires Alertmanager >= 0.26.0.  | 
|   
									  |   
									  |   MSTeamsConfig configures notifications via Microsoft Teams. It requires Alertmanager >= 0.26.0.  | 
|   
									  |   
									  |   List of MSTeamsV2 configurations. It requires Alertmanager >= 0.28.0.  | 
|   
									  |   
									  |   MSTeamsV2Config configures notifications via Microsoft Teams using the new message format with adaptive cards as required by flows See https://prometheus.io/docs/alerting/latest/configuration/#msteamsv2_config It requires Alertmanager >= 0.28.0.  | 
|   
									  |   
									  |   Name of the receiver. Must be unique across all items from the list.  | 
|   
									  |   
									  |   List of OpsGenie configurations.  | 
|   
									  |   
									  |   OpsGenieConfig configures notifications via OpsGenie. See https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config  | 
|   
									  |   
									  |   List of PagerDuty configurations.  | 
|   
									  |   
									  |   PagerDutyConfig configures notifications via PagerDuty. See https://prometheus.io/docs/alerting/latest/configuration/#pagerduty_config  | 
|   
									  |   
									  |   List of Pushover configurations.  | 
|   
									  |   
									  |   PushoverConfig configures notifications via Pushover. See https://prometheus.io/docs/alerting/latest/configuration/#pushover_config  | 
|   
									  |   
									  |   List of RocketChat configurations. It requires Alertmanager >= 0.28.0.  | 
|   
									  |   
									  |   RocketChatConfig configures notifications via RocketChat. It requires Alertmanager >= 0.28.0.  | 
|   
									  |   
									  |   List of Slack configurations.  | 
|   
									  |   
									  |   SlackConfig configures notifications via Slack. See https://prometheus.io/docs/alerting/latest/configuration/#slack_config  | 
|   
									  |   
									  |   List of SNS configurations  | 
|   
									  |   
									  |   SNSConfig configures notifications via AWS SNS. See https://prometheus.io/docs/alerting/latest/configuration/#sns_configs  | 
|   
									  |   
									  |   List of Telegram configurations.  | 
|   
									  |   
									  |   TelegramConfig configures notifications via Telegram. See https://prometheus.io/docs/alerting/latest/configuration/#telegram_config  | 
|   
									  |   
									  |   List of VictorOps configurations.  | 
|   
									  |   
									  |   VictorOpsConfig configures notifications via VictorOps. See https://prometheus.io/docs/alerting/latest/configuration/#victorops_config  | 
|   
									  |   
									  |   List of Webex configurations.  | 
|   
									  |   
									  |   WebexConfig configures notification via Cisco Webex See https://prometheus.io/docs/alerting/latest/configuration/#webex_config  | 
|   
									  |   
									  |   List of webhook configurations.  | 
|   
									  |   
									  |   WebhookConfig configures notifications via a generic receiver supporting the webhook payload. See https://prometheus.io/docs/alerting/latest/configuration/#webhook_config  | 
|   
									  |   
									  |   List of WeChat configurations.  | 
|   
									  |   
									  |   WeChatConfig configures notifications via WeChat. See https://prometheus.io/docs/alerting/latest/configuration/#wechat_config  | 
3.1.10. .spec.receivers[].discordConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Slack configurations.
 - Type
 - 
								
array 
3.1.11. .spec.receivers[].discordConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - DiscordConfig configures notifications via Discord. See https://prometheus.io/docs/alerting/latest/configuration/#discord_config
 - Type
 - 
								
object - Required
 - 
										
apiURL 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The secret’s key that contains the Discord webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The avatar url of the message sender.  | 
|   
									  |   
									  |   The template of the content’s body.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   The template of the message’s body.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   The template of the message’s title.  | 
|   
									  |   
									  |   The username of the message sender.  | 
3.1.12. .spec.receivers[].discordConfigs[].apiURL Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the Discord webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.13. .spec.receivers[].discordConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.14. .spec.receivers[].discordConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.15. .spec.receivers[].discordConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.16. .spec.receivers[].discordConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.17. .spec.receivers[].discordConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.18. .spec.receivers[].discordConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.19. .spec.receivers[].discordConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.20. .spec.receivers[].discordConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.21. .spec.receivers[].discordConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.22. .spec.receivers[].discordConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.23. .spec.receivers[].discordConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.24. .spec.receivers[].discordConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.25. .spec.receivers[].discordConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.26. .spec.receivers[].discordConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.27. .spec.receivers[].discordConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.28. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.29. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.30. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.31. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.32. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.33. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.34. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.35. .spec.receivers[].discordConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.36. .spec.receivers[].discordConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.37. .spec.receivers[].discordConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.38. .spec.receivers[].discordConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.39. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.40. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.41. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.42. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.43. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.44. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.45. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.46. .spec.receivers[].discordConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.47. .spec.receivers[].emailConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Email configurations.
 - Type
 - 
								
array 
3.1.48. .spec.receivers[].emailConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - EmailConfig configures notifications via Email.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The identity to use for authentication.  | 
|   
									  |   
									  |   The secret’s key that contains the password to use for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The secret’s key that contains the CRAM-MD5 secret. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The username to use for authentication.  | 
|   
									  |   
									  |   The sender address.  | 
|   
									  |   
									  |   Further headers email header key/value pairs. Overrides any headers previously set by the notification implementation.  | 
|   
									  |   
									  |   KeyValue defines a (key, value) tuple.  | 
|   
									  |   
									  |   The hostname to identify to the SMTP server.  | 
|   
									  |   
									  |   The HTML body of the email notification.  | 
|   
									  |   
									  |   The SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   The SMTP host and port through which emails are sent. E.g. example.com:25  | 
|   
									  |   
									  |   The text body of the email notification.  | 
|   
									  |   
									  |   TLS configuration  | 
|   
									  |   
									  |   The email address to send notifications to.  | 
3.1.49. .spec.receivers[].emailConfigs[].authPassword Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the password to use for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.50. .spec.receivers[].emailConfigs[].authSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the CRAM-MD5 secret. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.51. .spec.receivers[].emailConfigs[].headers Copier lienLien copié sur presse-papiers!
- Description
 - Further headers email header key/value pairs. Overrides any headers previously set by the notification implementation.
 - Type
 - 
								
array 
3.1.52. .spec.receivers[].emailConfigs[].headers[] Copier lienLien copié sur presse-papiers!
- Description
 - KeyValue defines a (key, value) tuple.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
value 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Key of the tuple.  | 
|   
									  |   
									  |   Value of the tuple.  | 
3.1.53. .spec.receivers[].emailConfigs[].tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.54. .spec.receivers[].emailConfigs[].tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.55. .spec.receivers[].emailConfigs[].tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.56. .spec.receivers[].emailConfigs[].tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.57. .spec.receivers[].emailConfigs[].tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.58. .spec.receivers[].emailConfigs[].tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.59. .spec.receivers[].emailConfigs[].tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.60. .spec.receivers[].emailConfigs[].tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.61. .spec.receivers[].msteamsConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of MSTeams configurations. It requires Alertmanager >= 0.26.0.
 - Type
 - 
								
array 
3.1.62. .spec.receivers[].msteamsConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - MSTeamsConfig configures notifications via Microsoft Teams. It requires Alertmanager >= 0.26.0.
 - Type
 - 
								
object - Required
 - 
										
webhookUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Whether to notify about resolved alerts.  | 
|   
									  |   
									  |   Message summary template. It requires Alertmanager >= 0.27.0.  | 
|   
									  |   
									  |   Message body template.  | 
|   
									  |   
									  |   Message title template.  | 
|   
									  |   
									  |   MSTeams webhook URL.  | 
3.1.63. .spec.receivers[].msteamsConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.64. .spec.receivers[].msteamsConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.65. .spec.receivers[].msteamsConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.66. .spec.receivers[].msteamsConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.67. .spec.receivers[].msteamsConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.68. .spec.receivers[].msteamsConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.69. .spec.receivers[].msteamsConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.70. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.71. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.72. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.73. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.74. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.75. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.76. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.77. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.78. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.79. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.80. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.81. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.82. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.83. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.84. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.85. .spec.receivers[].msteamsConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.86. .spec.receivers[].msteamsConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.87. .spec.receivers[].msteamsConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.88. .spec.receivers[].msteamsConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.89. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.90. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.91. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.92. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.93. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.94. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.95. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.96. .spec.receivers[].msteamsConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.97. .spec.receivers[].msteamsConfigs[].webhookUrl Copier lienLien copié sur presse-papiers!
- Description
 - MSTeams webhook URL.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.98. .spec.receivers[].msteamsv2Configs Copier lienLien copié sur presse-papiers!
- Description
 - List of MSTeamsV2 configurations. It requires Alertmanager >= 0.28.0.
 - Type
 - 
								
array 
3.1.99. .spec.receivers[].msteamsv2Configs[] Copier lienLien copié sur presse-papiers!
- Description
 - MSTeamsV2Config configures notifications via Microsoft Teams using the new message format with adaptive cards as required by flows See https://prometheus.io/docs/alerting/latest/configuration/#msteamsv2_config It requires Alertmanager >= 0.28.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Whether to notify about resolved alerts.  | 
|   
									  |   
									  |   Message body template.  | 
|   
									  |   
									  |   Message title template.  | 
|   
									  |   
									  |   MSTeams incoming webhook URL.  | 
3.1.100. .spec.receivers[].msteamsv2Configs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.101. .spec.receivers[].msteamsv2Configs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.102. .spec.receivers[].msteamsv2Configs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.103. .spec.receivers[].msteamsv2Configs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.104. .spec.receivers[].msteamsv2Configs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.105. .spec.receivers[].msteamsv2Configs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.106. .spec.receivers[].msteamsv2Configs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.107. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.108. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.109. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.110. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.111. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.112. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.113. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.114. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.115. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.116. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.117. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.118. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.119. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.120. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.121. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.122. .spec.receivers[].msteamsv2Configs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.123. .spec.receivers[].msteamsv2Configs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.124. .spec.receivers[].msteamsv2Configs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.125. .spec.receivers[].msteamsv2Configs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.126. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.127. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.128. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.129. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.130. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.131. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.132. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.133. .spec.receivers[].msteamsv2Configs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.134. .spec.receivers[].msteamsv2Configs[].webhookURL Copier lienLien copié sur presse-papiers!
- Description
 - MSTeams incoming webhook URL.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.135. .spec.receivers[].opsgenieConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of OpsGenie configurations.
 - Type
 - 
								
array 
3.1.136. .spec.receivers[].opsgenieConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - OpsGenieConfig configures notifications via OpsGenie. See https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Comma separated list of actions that will be available for the alert.  | 
|   
									  |   
									  |   The secret’s key that contains the OpsGenie API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The URL to send OpsGenie API requests to.  | 
|   
									  |   
									  |   Description of the incident.  | 
|   
									  |   
									  |   A set of arbitrary key/value pairs that provide further detail about the incident.  | 
|   
									  |   
									  |   KeyValue defines a (key, value) tuple.  | 
|   
									  |   
									  |   Optional field that can be used to specify which domain alert is related to.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Alert text limited to 130 characters.  | 
|   
									  |   
									  |   Additional alert note.  | 
|   
									  |   
									  |   Priority level of alert. Possible values are P1, P2, P3, P4, and P5.  | 
|   
									  |   
									  |   List of responders responsible for notifications.  | 
|   
									  |   
									  |   
									OpsGenieConfigResponder defines a responder to an incident. One of   | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   Backlink to the sender of the notification.  | 
|   
									  |   
									  |   Comma separated list of tags attached to the notifications.  | 
3.1.137. .spec.receivers[].opsgenieConfigs[].apiKey Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the OpsGenie API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.138. .spec.receivers[].opsgenieConfigs[].details Copier lienLien copié sur presse-papiers!
- Description
 - A set of arbitrary key/value pairs that provide further detail about the incident.
 - Type
 - 
								
array 
3.1.139. .spec.receivers[].opsgenieConfigs[].details[] Copier lienLien copié sur presse-papiers!
- Description
 - KeyValue defines a (key, value) tuple.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
value 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Key of the tuple.  | 
|   
									  |   
									  |   Value of the tuple.  | 
3.1.140. .spec.receivers[].opsgenieConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.141. .spec.receivers[].opsgenieConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.142. .spec.receivers[].opsgenieConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.143. .spec.receivers[].opsgenieConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.144. .spec.receivers[].opsgenieConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.145. .spec.receivers[].opsgenieConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.146. .spec.receivers[].opsgenieConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.147. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.148. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.149. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.150. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.151. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.152. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.153. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.154. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.155. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.156. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.157. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.158. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.159. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.160. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.161. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.162. .spec.receivers[].opsgenieConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.163. .spec.receivers[].opsgenieConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.164. .spec.receivers[].opsgenieConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.165. .spec.receivers[].opsgenieConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.166. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.167. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.168. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.169. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.170. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.171. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.172. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.173. .spec.receivers[].opsgenieConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.174. .spec.receivers[].opsgenieConfigs[].responders Copier lienLien copié sur presse-papiers!
- Description
 - List of responders responsible for notifications.
 - Type
 - 
								
array 
3.1.175. .spec.receivers[].opsgenieConfigs[].responders[] Copier lienLien copié sur presse-papiers!
- Description
 - 
								OpsGenieConfigResponder defines a responder to an incident. One of 
id,nameorusernamehas to be defined. - Type
 - 
								
object - Required
 - 
										
type 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ID of the responder.  | 
|   
									  |   
									  |   Name of the responder.  | 
|   
									  |   
									  |   Type of responder.  | 
|   
									  |   
									  |   Username of the responder.  | 
3.1.176. .spec.receivers[].pagerdutyConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of PagerDuty configurations.
 - Type
 - 
								
array 
3.1.177. .spec.receivers[].pagerdutyConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - PagerDutyConfig configures notifications via PagerDuty. See https://prometheus.io/docs/alerting/latest/configuration/#pagerduty_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The class/type of the event.  | 
|   
									  |   
									  |   Client identification.  | 
|   
									  |   
									  |   Backlink to the sender of notification.  | 
|   
									  |   
									  |   The part or component of the affected system that is broken.  | 
|   
									  |   
									  |   Description of the incident.  | 
|   
									  |   
									  |   Arbitrary key/value pairs that provide further detail about the incident.  | 
|   
									  |   
									  |   KeyValue defines a (key, value) tuple.  | 
|   
									  |   
									  |   A cluster or grouping of sources.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   A list of image details to attach that provide further detail about an incident.  | 
|   
									  |   
									  |   PagerDutyImageConfig attaches images to an incident  | 
|   
									  |   
									  |   A list of link details to attach that provide further detail about an incident.  | 
|   
									  |   
									  |   PagerDutyLinkConfig attaches text links to an incident  | 
|   
									  |   
									  |   
									The secret’s key that contains the PagerDuty integration key (when using Events API v2). Either this field or   | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   
									The secret’s key that contains the PagerDuty service key (when using integration type "Prometheus"). Either this field or   | 
|   
									  |   
									  |   Severity of the incident.  | 
|   
									  |   
									  |   Unique location of the affected system.  | 
|   
									  |   
									  |   The URL to send requests to.  | 
3.1.178. .spec.receivers[].pagerdutyConfigs[].details Copier lienLien copié sur presse-papiers!
- Description
 - Arbitrary key/value pairs that provide further detail about the incident.
 - Type
 - 
								
array 
3.1.179. .spec.receivers[].pagerdutyConfigs[].details[] Copier lienLien copié sur presse-papiers!
- Description
 - KeyValue defines a (key, value) tuple.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
value 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Key of the tuple.  | 
|   
									  |   
									  |   Value of the tuple.  | 
3.1.180. .spec.receivers[].pagerdutyConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.181. .spec.receivers[].pagerdutyConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.182. .spec.receivers[].pagerdutyConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.183. .spec.receivers[].pagerdutyConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.184. .spec.receivers[].pagerdutyConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.185. .spec.receivers[].pagerdutyConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.186. .spec.receivers[].pagerdutyConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.187. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.188. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.189. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.190. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.191. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.192. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.193. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.194. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.195. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.196. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.197. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.198. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.199. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.200. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.201. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.202. .spec.receivers[].pagerdutyConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.203. .spec.receivers[].pagerdutyConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.204. .spec.receivers[].pagerdutyConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.205. .spec.receivers[].pagerdutyConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.206. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.207. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.208. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.209. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.210. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.211. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.212. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.213. .spec.receivers[].pagerdutyConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.214. .spec.receivers[].pagerdutyConfigs[].pagerDutyImageConfigs Copier lienLien copié sur presse-papiers!
- Description
 - A list of image details to attach that provide further detail about an incident.
 - Type
 - 
								
array 
3.1.215. .spec.receivers[].pagerdutyConfigs[].pagerDutyImageConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - PagerDutyImageConfig attaches images to an incident
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Alt is the optional alternative text for the image.  | 
|   
									  |   
									  |   Optional URL; makes the image a clickable link.  | 
|   
									  |   
									  |   Src of the image being attached to the incident  | 
3.1.216. .spec.receivers[].pagerdutyConfigs[].pagerDutyLinkConfigs Copier lienLien copié sur presse-papiers!
- Description
 - A list of link details to attach that provide further detail about an incident.
 - Type
 - 
								
array 
3.1.217. .spec.receivers[].pagerdutyConfigs[].pagerDutyLinkConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - PagerDutyLinkConfig attaches text links to an incident
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Text that describes the purpose of the link, and can be used as the link’s text.  | 
|   
									  |   
									  |   Href is the URL of the link to be attached  | 
3.1.218. .spec.receivers[].pagerdutyConfigs[].routingKey Copier lienLien copié sur presse-papiers!
- Description
 - 
								The secret’s key that contains the PagerDuty integration key (when using Events API v2). Either this field or 
serviceKeyneeds to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.219. .spec.receivers[].pagerdutyConfigs[].serviceKey Copier lienLien copié sur presse-papiers!
- Description
 - 
								The secret’s key that contains the PagerDuty service key (when using integration type "Prometheus"). Either this field or 
routingKeyneeds to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.220. .spec.receivers[].pushoverConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Pushover configurations.
 - Type
 - 
								
array 
3.1.221. .spec.receivers[].pushoverConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - PushoverConfig configures notifications via Pushover. See https://prometheus.io/docs/alerting/latest/configuration/#pushover_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The name of a device to send the notification to  | 
|   
									  |   
									  |   How long your notification will continue to be retried for, unless the user acknowledges the notification.  | 
|   
									  |   
									  |   Whether notification message is HTML or plain text.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Notification message.  | 
|   
									  |   
									  |   Priority, see https://pushover.net/api#priority  | 
|   
									  |   
									  |   How often the Pushover servers will send the same notification to the user. Must be at least 30 seconds.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   The name of one of the sounds supported by device clients to override the user’s default sound choice  | 
|   
									  |   
									  |   Notification title.  | 
|   
									  |   
									  |   
									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   | 
|   
									  |   
									  |   
									The token file that contains the registered application’s API token, see https://pushover.net/apps. Either   | 
|   
									  |   
									  |   The time to live definition for the alert notification  | 
|   
									  |   
									  |   A supplementary URL shown alongside the message.  | 
|   
									  |   
									  |   A title for supplementary URL, otherwise just the URL is shown  | 
|   
									  |   
									  |   
									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   | 
|   
									  |   
									  |   
									The user key file that contains the recipient user’s user key. Either   | 
3.1.222. .spec.receivers[].pushoverConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.223. .spec.receivers[].pushoverConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.224. .spec.receivers[].pushoverConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.225. .spec.receivers[].pushoverConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.226. .spec.receivers[].pushoverConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.227. .spec.receivers[].pushoverConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.228. .spec.receivers[].pushoverConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.229. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.230. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.231. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.232. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.233. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.234. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.235. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.236. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.237. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.238. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.239. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.240. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.241. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.242. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.243. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.244. .spec.receivers[].pushoverConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.245. .spec.receivers[].pushoverConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.246. .spec.receivers[].pushoverConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.247. .spec.receivers[].pushoverConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.248. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.249. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.250. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.251. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.252. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.253. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.254. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.255. .spec.receivers[].pushoverConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.256. .spec.receivers[].pushoverConfigs[].token Copier lienLien copié sur presse-papiers!
- 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 
tokenortokenFileis required. - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.257. .spec.receivers[].pushoverConfigs[].userKey Copier lienLien copié sur presse-papiers!
- 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 
userKeyoruserKeyFileis required. - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.258. .spec.receivers[].rocketchatConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of RocketChat configurations. It requires Alertmanager >= 0.28.0.
 - Type
 - 
								
array 
3.1.259. .spec.receivers[].rocketchatConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - RocketChatConfig configures notifications via RocketChat. It requires Alertmanager >= 0.28.0.
 - Type
 - 
								
object - Required
 - 
										
token - 
										
tokenID 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Actions to include in the message.  | 
|   
									  |   
									  |   RocketChatActionConfig defines actions for RocketChat messages.  | 
|   
									  |   
									  |   The API URL for RocketChat. Defaults to https://open.rocket.chat/ if not specified.  | 
|   
									  |   
									  |   The channel to send alerts to.  | 
|   
									  |   
									  |   The message color.  | 
|   
									  |   
									  |   If provided, the avatar will be displayed as an emoji.  | 
|   
									  |   
									  |   Additional fields for the message.  | 
|   
									  |   
									  |   RocketChatFieldConfig defines a field for RocketChat messages.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Icon URL for the message.  | 
|   
									  |   
									  |   Image URL for the message.  | 
|   
									  |   
									  |   Whether to enable link names.  | 
|   
									  |   
									  |   Whether to notify about resolved alerts.  | 
|   
									  |   
									  |   Whether to use short fields.  | 
|   
									  |   
									  |   The main message text.  | 
|   
									  |   
									  |   Thumbnail URL for the message.  | 
|   
									  |   
									  |   The message title.  | 
|   
									  |   
									  |   The title link for the message.  | 
|   
									  |   
									  |   The sender token.  | 
|   
									  |   
									  |   The sender token ID.  | 
3.1.260. .spec.receivers[].rocketchatConfigs[].actions Copier lienLien copié sur presse-papiers!
- Description
 - Actions to include in the message.
 - Type
 - 
								
array 
3.1.261. .spec.receivers[].rocketchatConfigs[].actions[] Copier lienLien copié sur presse-papiers!
- Description
 - RocketChatActionConfig defines actions for RocketChat messages.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The message to send when the button is clicked.  | 
|   
									  |   
									  |   The button text.  | 
|   
									  |   
									  |   The URL the button links to.  | 
3.1.262. .spec.receivers[].rocketchatConfigs[].fields Copier lienLien copié sur presse-papiers!
- Description
 - Additional fields for the message.
 - Type
 - 
								
array 
3.1.263. .spec.receivers[].rocketchatConfigs[].fields[] Copier lienLien copié sur presse-papiers!
- Description
 - RocketChatFieldConfig defines a field for RocketChat messages.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Whether the field is displayed in a compact form.  | 
|   
									  |   
									  |   The field title.  | 
|   
									  |   
									  |   The field value.  | 
3.1.264. .spec.receivers[].rocketchatConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.265. .spec.receivers[].rocketchatConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.266. .spec.receivers[].rocketchatConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.267. .spec.receivers[].rocketchatConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.268. .spec.receivers[].rocketchatConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.269. .spec.receivers[].rocketchatConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.270. .spec.receivers[].rocketchatConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.271. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.272. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.273. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.274. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.275. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.276. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.277. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.278. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.279. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.280. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.281. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.282. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.283. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.284. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.285. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.286. .spec.receivers[].rocketchatConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.287. .spec.receivers[].rocketchatConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.288. .spec.receivers[].rocketchatConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.289. .spec.receivers[].rocketchatConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.290. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.291. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.292. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.293. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.294. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.295. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.296. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.297. .spec.receivers[].rocketchatConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.298. .spec.receivers[].rocketchatConfigs[].token Copier lienLien copié sur presse-papiers!
- Description
 - The sender token.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.299. .spec.receivers[].rocketchatConfigs[].tokenID Copier lienLien copié sur presse-papiers!
- Description
 - The sender token ID.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.300. .spec.receivers[].slackConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Slack configurations.
 - Type
 - 
								
array 
3.1.301. .spec.receivers[].slackConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - SlackConfig configures notifications via Slack. See https://prometheus.io/docs/alerting/latest/configuration/#slack_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   A list of Slack actions that are sent with each notification.  | 
|   
									  |   
									  |   SlackAction configures a single Slack action that is sent with each notification. See https://api.slack.com/docs/message-attachments#action_fields and https://api.slack.com/docs/message-buttons for more information.  | 
|   
									  |   
									  |   The secret’s key that contains the Slack webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   The channel or user to send notifications to.  | 
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  |   A list of Slack fields that are sent with each notification.  | 
|   
									  |   
									  |   SlackField configures a single Slack field that is sent with each notification. Each field must contain a title, value, and optionally, a boolean value to indicate if the field is short enough to be displayed next to other fields designated as short. See https://api.slack.com/docs/message-attachments#fields for more information.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | 
3.1.302. .spec.receivers[].slackConfigs[].actions Copier lienLien copié sur presse-papiers!
- Description
 - A list of Slack actions that are sent with each notification.
 - Type
 - 
								
array 
3.1.303. .spec.receivers[].slackConfigs[].actions[] Copier lienLien copié sur presse-papiers!
- Description
 - SlackAction configures a single Slack action that is sent with each notification. See https://api.slack.com/docs/message-attachments#action_fields and https://api.slack.com/docs/message-buttons for more information.
 - Type
 - 
								
object - Required
 - 
										
text - 
										
type 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   SlackConfirmationField protect users from destructive actions or particularly distinguished decisions by asking them to confirm their button click one more time. See https://api.slack.com/docs/interactive-message-field-guide#confirmation_fields for more information.  | 
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | 
3.1.304. .spec.receivers[].slackConfigs[].actions[].confirm Copier lienLien copié sur presse-papiers!
- Description
 - SlackConfirmationField protect users from destructive actions or particularly distinguished decisions by asking them to confirm their button click one more time. See https://api.slack.com/docs/interactive-message-field-guide#confirmation_fields for more information.
 - Type
 - 
								
object - Required
 - 
										
text 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | 
3.1.305. .spec.receivers[].slackConfigs[].apiURL Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the Slack webhook URL. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.306. .spec.receivers[].slackConfigs[].fields Copier lienLien copié sur presse-papiers!
- Description
 - A list of Slack fields that are sent with each notification.
 - Type
 - 
								
array 
3.1.307. .spec.receivers[].slackConfigs[].fields[] Copier lienLien copié sur presse-papiers!
- Description
 - SlackField configures a single Slack field that is sent with each notification. Each field must contain a title, value, and optionally, a boolean value to indicate if the field is short enough to be displayed next to other fields designated as short. See https://api.slack.com/docs/message-attachments#fields for more information.
 - Type
 - 
								
object - Required
 - 
										
title - 
										
value 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | 
3.1.308. .spec.receivers[].slackConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.309. .spec.receivers[].slackConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.310. .spec.receivers[].slackConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.311. .spec.receivers[].slackConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.312. .spec.receivers[].slackConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.313. .spec.receivers[].slackConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.314. .spec.receivers[].slackConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.315. .spec.receivers[].slackConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.316. .spec.receivers[].slackConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.317. .spec.receivers[].slackConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.318. .spec.receivers[].slackConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.319. .spec.receivers[].slackConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.320. .spec.receivers[].slackConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.321. .spec.receivers[].slackConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.322. .spec.receivers[].slackConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.323. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.324. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.325. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.326. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.327. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.328. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.329. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.330. .spec.receivers[].slackConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.331. .spec.receivers[].slackConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.332. .spec.receivers[].slackConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.333. .spec.receivers[].slackConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.334. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.335. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.336. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.337. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.338. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.339. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.340. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.341. .spec.receivers[].slackConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.342. .spec.receivers[].snsConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of SNS configurations
 - Type
 - 
								
array 
3.1.343. .spec.receivers[].snsConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - SNSConfig configures notifications via AWS SNS. See https://prometheus.io/docs/alerting/latest/configuration/#sns_configs
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The SNS API URL i.e. https://sns.us-east-2.amazonaws.com. If not specified, the SNS API URL from the SNS SDK will be used.  | 
|   
									  |   
									  |   SNS message attributes.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   The message content of the SNS notification.  | 
|   
									  |   
									  |   Phone number if message is delivered via SMS in E.164 format. If you don’t specify this value, you must specify a value for the TopicARN or TargetARN.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   Configures AWS’s Signature Verification 4 signing process to sign requests.  | 
|   
									  |   
									  |   Subject line when the message is delivered to email endpoints.  | 
|   
									  |   
									  |   The mobile platform endpoint ARN if message is delivered via mobile notifications. If you don’t specify this value, you must specify a value for the topic_arn or PhoneNumber.  | 
|   
									  |   
									  |   SNS topic ARN, i.e. arn:aws:sns:us-east-2:698519295917:My-Topic If you don’t specify this value, you must specify a value for the PhoneNumber or TargetARN.  | 
3.1.344. .spec.receivers[].snsConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.345. .spec.receivers[].snsConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.346. .spec.receivers[].snsConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.347. .spec.receivers[].snsConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.348. .spec.receivers[].snsConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.349. .spec.receivers[].snsConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.350. .spec.receivers[].snsConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.351. .spec.receivers[].snsConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.352. .spec.receivers[].snsConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.353. .spec.receivers[].snsConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.354. .spec.receivers[].snsConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.355. .spec.receivers[].snsConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.356. .spec.receivers[].snsConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.357. .spec.receivers[].snsConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.358. .spec.receivers[].snsConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.359. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.360. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.361. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.362. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.363. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.364. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.365. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.366. .spec.receivers[].snsConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.367. .spec.receivers[].snsConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.368. .spec.receivers[].snsConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.369. .spec.receivers[].snsConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.370. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.371. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.372. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.373. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.374. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.375. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.376. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.377. .spec.receivers[].snsConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.378. .spec.receivers[].snsConfigs[].sigv4 Copier lienLien copié sur presse-papiers!
- Description
 - Configures AWS’s Signature Verification 4 signing process to sign requests.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									AccessKey is the AWS API key. If not specified, the environment variable   | 
|   
									  |   
									  |   Profile is the named AWS profile used to authenticate.  | 
|   
									  |   
									  |   Region is the AWS region. If blank, the region from the default credentials chain used.  | 
|   
									  |   
									  |   RoleArn is the named AWS profile used to authenticate.  | 
|   
									  |   
									  |   
									SecretKey is the AWS API secret. If not specified, the environment variable   | 
3.1.379. .spec.receivers[].snsConfigs[].sigv4.accessKey Copier lienLien copié sur presse-papiers!
- Description
 - 
								AccessKey is the AWS API key. If not specified, the environment variable 
AWS_ACCESS_KEY_IDis used. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.380. .spec.receivers[].snsConfigs[].sigv4.secretKey Copier lienLien copié sur presse-papiers!
- Description
 - 
								SecretKey is the AWS API secret. If not specified, the environment variable 
AWS_SECRET_ACCESS_KEYis used. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.381. .spec.receivers[].telegramConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Telegram configurations.
 - Type
 - 
								
array 
3.1.382. .spec.receivers[].telegramConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - TelegramConfig configures notifications via Telegram. See https://prometheus.io/docs/alerting/latest/configuration/#telegram_config
 - Type
 - 
								
object - Required
 - 
										
chatID 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used.  | 
|   
									  |   
									  |   
									Telegram bot token. It is mutually exclusive with  
									Either   | 
|   
									  |   
									  |   
									File to read the Telegram bot token from. It is mutually exclusive with  It requires Alertmanager >= v0.26.0.  | 
|   
									  |   
									  |   The Telegram chat ID.  | 
|   
									  |   
									  |   Disable telegram notifications  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Message template  | 
|   
									  |   
									  |   The Telegram Group Topic ID. It requires Alertmanager >= 0.26.0.  | 
|   
									  |   
									  |   Parse mode for telegram message  | 
|   
									  |   
									  |   Whether to notify about resolved alerts.  | 
3.1.383. .spec.receivers[].telegramConfigs[].botToken Copier lienLien copié sur presse-papiers!
- Description
 Telegram bot token. It is mutually exclusive with
botTokenFile. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.Either
botTokenorbotTokenFileis required.- Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.384. .spec.receivers[].telegramConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.385. .spec.receivers[].telegramConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.386. .spec.receivers[].telegramConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.387. .spec.receivers[].telegramConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.388. .spec.receivers[].telegramConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.389. .spec.receivers[].telegramConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.390. .spec.receivers[].telegramConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.391. .spec.receivers[].telegramConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.392. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.393. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.394. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.395. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.396. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.397. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.398. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.399. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.400. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.401. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.402. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.403. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.404. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.405. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.406. .spec.receivers[].telegramConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.407. .spec.receivers[].telegramConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.408. .spec.receivers[].telegramConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.409. .spec.receivers[].telegramConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.410. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.411. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.412. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.413. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.414. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.415. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.416. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.417. .spec.receivers[].telegramConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.418. .spec.receivers[].victoropsConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of VictorOps configurations.
 - Type
 - 
								
array 
3.1.419. .spec.receivers[].victoropsConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - VictorOpsConfig configures notifications via VictorOps. See https://prometheus.io/docs/alerting/latest/configuration/#victorops_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The secret’s key that contains the API key to use when talking to the VictorOps API. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The VictorOps API URL.  | 
|   
									  |   
									  |   Additional custom fields for notification.  | 
|   
									  |   
									  |   KeyValue defines a (key, value) tuple.  | 
|   
									  |   
									  |   Contains summary of the alerted problem.  | 
|   
									  |   
									  |   The HTTP client’s configuration.  | 
|   
									  |   
									  |   Describes the behavior of the alert (CRITICAL, WARNING, INFO).  | 
|   
									  |   
									  |   The monitoring tool the state message is from.  | 
|   
									  |   
									  |   A key used to map the alert to a team.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   Contains long explanation of the alerted problem.  | 
3.1.420. .spec.receivers[].victoropsConfigs[].apiKey Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the API key to use when talking to the VictorOps API. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.421. .spec.receivers[].victoropsConfigs[].customFields Copier lienLien copié sur presse-papiers!
- Description
 - Additional custom fields for notification.
 - Type
 - 
								
array 
3.1.422. .spec.receivers[].victoropsConfigs[].customFields[] Copier lienLien copié sur presse-papiers!
- Description
 - KeyValue defines a (key, value) tuple.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
value 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Key of the tuple.  | 
|   
									  |   
									  |   Value of the tuple.  | 
3.1.423. .spec.receivers[].victoropsConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - The HTTP client’s configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.424. .spec.receivers[].victoropsConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.425. .spec.receivers[].victoropsConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.426. .spec.receivers[].victoropsConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.427. .spec.receivers[].victoropsConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.428. .spec.receivers[].victoropsConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.429. .spec.receivers[].victoropsConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.430. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.431. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.432. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.433. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.434. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.435. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.436. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.437. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.438. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.439. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.440. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.441. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.442. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.443. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.444. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.445. .spec.receivers[].victoropsConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.446. .spec.receivers[].victoropsConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.447. .spec.receivers[].victoropsConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.448. .spec.receivers[].victoropsConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.449. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.450. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.451. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.452. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.453. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.454. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.455. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.456. .spec.receivers[].victoropsConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.457. .spec.receivers[].webexConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of Webex configurations.
 - Type
 - 
								
array 
3.1.458. .spec.receivers[].webexConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - WebexConfig configures notification via Cisco Webex See https://prometheus.io/docs/alerting/latest/configuration/#webex_config
 - Type
 - 
								
object - Required
 - 
										
roomID 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The Webex Teams API URL i.e. https://webexapis.com/v1/messages  | 
|   
									  |   
									  |   
									The HTTP client’s configuration. You must use this configuration to supply the bot token as part of the HTTP   | 
|   
									  |   
									  |   Message template  | 
|   
									  |   
									  |   ID of the Webex Teams room where to send the messages.  | 
|   
									  |   
									  |   Whether to notify about resolved alerts.  | 
3.1.459. .spec.receivers[].webexConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - 
								The HTTP client’s configuration. You must use this configuration to supply the bot token as part of the HTTP 
Authorizationheader. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.460. .spec.receivers[].webexConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.461. .spec.receivers[].webexConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.462. .spec.receivers[].webexConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.463. .spec.receivers[].webexConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.464. .spec.receivers[].webexConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.465. .spec.receivers[].webexConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.466. .spec.receivers[].webexConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.467. .spec.receivers[].webexConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.468. .spec.receivers[].webexConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.469. .spec.receivers[].webexConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.470. .spec.receivers[].webexConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.471. .spec.receivers[].webexConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.472. .spec.receivers[].webexConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.473. .spec.receivers[].webexConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.474. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.475. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.476. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.477. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.478. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.479. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.480. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.481. .spec.receivers[].webexConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.482. .spec.receivers[].webexConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.483. .spec.receivers[].webexConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.484. .spec.receivers[].webexConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.485. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.486. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.487. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.488. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.489. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.490. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.491. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.492. .spec.receivers[].webexConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.493. .spec.receivers[].webhookConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of webhook configurations.
 - Type
 - 
								
array 
3.1.494. .spec.receivers[].webhookConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - WebhookConfig configures notifications via a generic receiver supporting the webhook payload. See https://prometheus.io/docs/alerting/latest/configuration/#webhook_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   Maximum number of alerts to be sent per webhook message. When 0, all alerts are included.  | 
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  |   The maximum time to wait for a webhook request to complete, before failing the request and allowing it to be retried. It requires Alertmanager >= v0.28.0.  | 
|   
									  |   
									  |   
									The URL to send HTTP POST requests to.   | 
|   
									  |   
									  |   
									The secret’s key that contains the webhook URL to send HTTP requests to.   | 
3.1.495. .spec.receivers[].webhookConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.496. .spec.receivers[].webhookConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.497. .spec.receivers[].webhookConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.498. .spec.receivers[].webhookConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.499. .spec.receivers[].webhookConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.500. .spec.receivers[].webhookConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.501. .spec.receivers[].webhookConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.502. .spec.receivers[].webhookConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.503. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.504. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.505. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.506. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.507. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.508. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.509. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.510. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.511. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.512. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.513. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.514. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.515. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.516. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.517. .spec.receivers[].webhookConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.518. .spec.receivers[].webhookConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.519. .spec.receivers[].webhookConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.520. .spec.receivers[].webhookConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.521. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.522. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.523. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.524. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.525. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.526. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.527. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.528. .spec.receivers[].webhookConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.529. .spec.receivers[].webhookConfigs[].urlSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								The secret’s key that contains the webhook URL to send HTTP requests to. 
urlSecrettakes precedence overurl. One ofurlSecretandurlshould be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.530. .spec.receivers[].wechatConfigs Copier lienLien copié sur presse-papiers!
- Description
 - List of WeChat configurations.
 - Type
 - 
								
array 
3.1.531. .spec.receivers[].wechatConfigs[] Copier lienLien copié sur presse-papiers!
- Description
 - WeChatConfig configures notifications via WeChat. See https://prometheus.io/docs/alerting/latest/configuration/#wechat_config
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  | |
|   
									  |   
									  |   The secret’s key that contains the WeChat API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   The WeChat API URL.  | 
|   
									  |   
									  |   The corp id for authentication.  | 
|   
									  |   
									  |   HTTP client configuration.  | 
|   
									  |   
									  |   API request data as defined by the WeChat API.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   Whether or not to notify about resolved alerts.  | 
|   
									  |   
									  | |
|   
									  |   
									  | |
|   
									  |   
									  | 
3.1.532. .spec.receivers[].wechatConfigs[].apiSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the WeChat API key. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.533. .spec.receivers[].wechatConfigs[].httpConfig Copier lienLien copié sur presse-papiers!
- Description
 - HTTP client configuration.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.  | 
|   
									  |   
									  |   BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.  | 
|   
									  |   
									  |   The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.  | 
|   
									  |   
									  |   FollowRedirects specifies whether the client should follow HTTP 3xx redirects.  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   OAuth2 client credentials used to fetch a token for the targets.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   Optional proxy URL. 
									If defined, this field takes precedence over   | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration for the client.  | 
3.1.534. .spec.receivers[].wechatConfigs[].httpConfig.authorization Copier lienLien copié sur presse-papiers!
- Description
 - Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Selects a key of a Secret in the namespace that contains the credentials for authentication.  | 
|   
									  |   
									  |   Defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer"  | 
3.1.535. .spec.receivers[].wechatConfigs[].httpConfig.authorization.credentials Copier lienLien copié sur presse-papiers!
- Description
 - Selects a key of a Secret in the namespace that contains the credentials for authentication.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.536. .spec.receivers[].wechatConfigs[].httpConfig.basicAuth Copier lienLien copié sur presse-papiers!
- Description
 - BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
3.1.537. .spec.receivers[].wechatConfigs[].httpConfig.basicAuth.password Copier lienLien copié sur presse-papiers!
- Description
 - 
								
passwordspecifies a key of a Secret containing the password for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.538. .spec.receivers[].wechatConfigs[].httpConfig.basicAuth.username Copier lienLien copié sur presse-papiers!
- Description
 - 
								
usernamespecifies a key of a Secret containing the username for authentication. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.539. .spec.receivers[].wechatConfigs[].httpConfig.bearerTokenSecret Copier lienLien copié sur presse-papiers!
- Description
 - The secret’s key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
 - Type
 - 
								
object - Required
 - 
										
key - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   The name of the secret in the object’s namespace to select from.  | 
3.1.540. .spec.receivers[].wechatConfigs[].httpConfig.oauth2 Copier lienLien copié sur presse-papiers!
- Description
 - OAuth2 client credentials used to fetch a token for the targets.
 - Type
 - 
								
object - Required
 - 
										
clientId - 
										
clientSecret - 
										
tokenUrl 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									 It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  | |
|   
									  |   
									  |   SecretKeySelector selects a key of a Secret.  | 
|   
									  |   
									  |   Whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   
									  | 
|   
									  |   
									  |   TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.  | 
|   
									  |   
									  |   
									  | 
3.1.541. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.clientId Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientIdspecifies a key of a Secret or ConfigMap containing the OAuth2 client’s ID. - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.542. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.clientId.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.543. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.clientId.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.544. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.clientSecret Copier lienLien copié sur presse-papiers!
- Description
 - 
								
clientSecretspecifies a key of a Secret containing the OAuth2 client’s secret. - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.545. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.546. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.547. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.548. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration to use when connecting to the OAuth2 server. It requires Prometheus >= v2.43.0.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.549. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.550. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.551. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.552. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.553. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.554. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.555. .spec.receivers[].wechatConfigs[].httpConfig.oauth2.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.556. .spec.receivers[].wechatConfigs[].httpConfig.proxyConnectHeader Copier lienLien copié sur presse-papiers!
- Description
 ProxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests.
It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.
- Type
 - 
								
object 
3.1.557. .spec.receivers[].wechatConfigs[].httpConfig.proxyConnectHeader{} Copier lienLien copié sur presse-papiers!
- Description
 - Type
 - 
								
array 
3.1.558. .spec.receivers[].wechatConfigs[].httpConfig.proxyConnectHeader{}[] Copier lienLien copié sur presse-papiers!
- Description
 - SecretKeySelector selects a key of a Secret.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.559. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig Copier lienLien copié sur presse-papiers!
- Description
 - TLS configuration for the client.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Certificate authority used when verifying server certificates.  | 
|   
									  |   
									  |   Client certificate to present when doing client-authentication.  | 
|   
									  |   
									  |   Disable target certificate validation.  | 
|   
									  |   
									  |   Secret containing the client key file for the targets.  | 
|   
									  |   
									  |   Maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.  | 
|   
									  |   
									  |   Minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.  | 
|   
									  |   
									  |   Used to verify the hostname for the targets.  | 
3.1.560. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.ca Copier lienLien copié sur presse-papiers!
- Description
 - Certificate authority used when verifying server certificates.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.561. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.ca.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.562. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.ca.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.563. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.cert Copier lienLien copié sur presse-papiers!
- Description
 - Client certificate to present when doing client-authentication.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ConfigMap containing data to use for the targets.  | 
|   
									  |   
									  |   Secret containing data to use for the targets.  | 
3.1.564. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.cert.configMap Copier lienLien copié sur presse-papiers!
- Description
 - ConfigMap containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key to select.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the ConfigMap or its key must be defined  | 
3.1.565. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.cert.secret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing data to use for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.566. .spec.receivers[].wechatConfigs[].httpConfig.tlsConfig.keySecret Copier lienLien copié sur presse-papiers!
- Description
 - Secret containing the client key file for the targets.
 - Type
 - 
								
object - Required
 - 
										
key 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   The key of the secret to select from. Must be a valid secret key.  | 
|   
									  |   
									  |   Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names  | 
|   
									  |   
									  |   Specify whether the Secret or its key must be defined  | 
3.1.567. .spec.route Copier lienLien copié sur presse-papiers!
- Description
 - The Alertmanager route definition for alerts matching the resource’s namespace. If present, it will be added to the generated Alertmanager configuration as a first-level route.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   ActiveTimeIntervals is a list of TimeInterval names when this route should be active.  | 
|   
									  |   
									  |   Boolean indicating whether an alert should continue matching subsequent sibling nodes. It will always be overridden to true for the first-level route by the Prometheus operator.  | 
|   
									  |   
									  |   List of labels to group by. Labels must not be repeated (unique list). Special label "…" (aggregate by all possible labels), if provided, must be the only element in the list.  | 
|   
									  |   
									  |   How long to wait before sending an updated notification. Must match the regular expression`^(()y)?(([0-9])w)?(()d)?(([0-9])h)?(()m)?(([0-9])s)?(([0-9]+)ms)?$` Example: "5m"  | 
|   
									  |   
									  |   How long to wait before sending the initial notification. Must match the regular expression`^(()y)?(([0-9])w)?(()d)?(([0-9])h)?(()m)?(([0-9])s)?(([0-9]+)ms)?$` Example: "30s"  | 
|   
									  |   
									  |   
									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   | 
|   
									  |   
									  |   Matcher defines how to match on alert’s labels.  | 
|   
									  |   
									  |   Note: this comment applies to the field definition above but appears below otherwise it gets included in the generated manifest. CRD schema doesn’t support self-referential types for now (see https://github.com/kubernetes/kubernetes/issues/62872). We have to use an alternative type to circumvent the limitation. The downside is that the Kube API can’t validate the data beyond the fact that it is a valid JSON representation. MuteTimeIntervals is a list of TimeInterval names that will mute this route when matched.  | 
|   
									  |   
									  |   
									Name of the receiver for this route. If not empty, it should be listed in the   | 
|   
									  |   
									  |   How long to wait before repeating the last notification. Must match the regular expression`^(()y)?(([0-9])w)?(()d)?(([0-9])h)?(()m)?(([0-9])s)?(([0-9]+)ms)?$` Example: "4h"  | 
|   
									  |   
									  |   Child routes.  | 
3.1.568. .spec.route.matchers Copier lienLien copié sur presse-papiers!
- 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 
namespacelabel and adds anamespace: <object namespace>matcher. - Type
 - 
								
array 
3.1.569. .spec.route.matchers[] Copier lienLien copié sur presse-papiers!
- Description
 - Matcher defines how to match on alert’s labels.
 - Type
 - 
								
object - Required
 - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   
									Match operator, one of   | 
|   
									  |   
									  |   Label to match.  | 
|   
									  |   
									  |   Label value to match.  | 
3.1.570. .spec.timeIntervals Copier lienLien copié sur presse-papiers!
- Description
 - List of TimeInterval specifying when the routes should be muted or active.
 - Type
 - 
								
array 
3.1.571. .spec.timeIntervals[] Copier lienLien copié sur presse-papiers!
- Description
 - TimeInterval specifies the periods in time when notifications will be muted or active.
 - Type
 - 
								
object - Required
 - 
										
name 
- 
										
 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   Name of the time interval.  | 
|   
									  |   
									  |   TimeIntervals is a list of TimePeriod.  | 
|   
									  |   
									  |   TimePeriod describes periods of time.  | 
3.1.572. .spec.timeIntervals[].timeIntervals Copier lienLien copié sur presse-papiers!
- Description
 - TimeIntervals is a list of TimePeriod.
 - Type
 - 
								
array 
3.1.573. .spec.timeIntervals[].timeIntervals[] Copier lienLien copié sur presse-papiers!
- Description
 - TimePeriod describes periods of time.
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   DaysOfMonth is a list of DayOfMonthRange  | 
|   
									  |   
									  |   DayOfMonthRange is an inclusive range of days of the month beginning at 1  | 
|   
									  |   
									  |   Months is a list of MonthRange  | 
|   
									  |   
									  |   Times is a list of TimeRange  | 
|   
									  |   
									  |   TimeRange defines a start and end time in 24hr format  | 
|   
									  |   
									  |   Weekdays is a list of WeekdayRange  | 
|   
									  |   
									  |   Years is a list of YearRange  | 
3.1.574. .spec.timeIntervals[].timeIntervals[].daysOfMonth Copier lienLien copié sur presse-papiers!
- Description
 - DaysOfMonth is a list of DayOfMonthRange
 - Type
 - 
								
array 
3.1.575. .spec.timeIntervals[].timeIntervals[].daysOfMonth[] Copier lienLien copié sur presse-papiers!
- Description
 - DayOfMonthRange is an inclusive range of days of the month beginning at 1
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   End of the inclusive range  | 
|   
									  |   
									  |   Start of the inclusive range  | 
3.1.576. .spec.timeIntervals[].timeIntervals[].times Copier lienLien copié sur presse-papiers!
- Description
 - Times is a list of TimeRange
 - Type
 - 
								
array 
3.1.577. .spec.timeIntervals[].timeIntervals[].times[] Copier lienLien copié sur presse-papiers!
- Description
 - TimeRange defines a start and end time in 24hr format
 - Type
 - 
								
object 
| Property | Type | Description | 
|---|---|---|
|   
									  |   
									  |   EndTime is the end time in 24hr format.  | 
|   
									  |   
									  |   StartTime is the start time in 24hr format.  | 
3.2. API endpoints Copier lienLien copié sur presse-papiers!
The following API endpoints are available:
/apis/monitoring.coreos.com/v1beta1/alertmanagerconfigs- 
								
GET: list objects of kind AlertmanagerConfig 
- 
								
 /apis/monitoring.coreos.com/v1beta1/namespaces/{namespace}/alertmanagerconfigs- 
								
DELETE: delete collection of AlertmanagerConfig - 
								
GET: list objects of kind AlertmanagerConfig - 
								
POST: create an AlertmanagerConfig 
- 
								
 /apis/monitoring.coreos.com/v1beta1/namespaces/{namespace}/alertmanagerconfigs/{name}- 
								
DELETE: delete an AlertmanagerConfig - 
								
GET: read the specified AlertmanagerConfig - 
								
PATCH: partially update the specified AlertmanagerConfig - 
								
PUT: replace the specified AlertmanagerConfig 
- 
								
 
3.2.1. /apis/monitoring.coreos.com/v1beta1/alertmanagerconfigs Copier lienLien copié sur presse-papiers!
- HTTP method
 - 
								
GET - Description
 - list objects of kind AlertmanagerConfig
 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
3.2.2. /apis/monitoring.coreos.com/v1beta1/namespaces/{namespace}/alertmanagerconfigs Copier lienLien copié sur presse-papiers!
- HTTP method
 - 
								
DELETE - Description
 - delete collection of AlertmanagerConfig
 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
- HTTP method
 - 
								
GET - Description
 - list objects of kind AlertmanagerConfig
 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
- HTTP method
 - 
								
POST - Description
 - create an AlertmanagerConfig
 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  |   When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed  | 
|   
									  |   
									  |   fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.  | 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  | 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   201 - Created  |   
									  | 
|   202 - Accepted  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
3.2.3. /apis/monitoring.coreos.com/v1beta1/namespaces/{namespace}/alertmanagerconfigs/{name} Copier lienLien copié sur presse-papiers!
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  |   name of the AlertmanagerConfig  | 
- HTTP method
 - 
								
DELETE - Description
 - delete an AlertmanagerConfig
 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  |   When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed  | 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   202 - Accepted  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
- HTTP method
 - 
								
GET - Description
 - read the specified AlertmanagerConfig
 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
- HTTP method
 - 
								
PATCH - Description
 - partially update the specified AlertmanagerConfig
 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  |   When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed  | 
|   
									  |   
									  |   fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.  | 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   401 - Unauthorized  |   Empty  | 
- HTTP method
 - 
								
PUT - Description
 - replace the specified AlertmanagerConfig
 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  |   When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed  | 
|   
									  |   
									  |   fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.  | 
| Parameter | Type | Description | 
|---|---|---|
|   
									  |   
									  | 
| HTTP code | Reponse body | 
|---|---|
|   200 - OK  |   
									  | 
|   201 - Created  |   
									  | 
|   401 - Unauthorized  |   Empty  |