AlertmanagerConfig

Scope: Namespaced
Version: v1alpha1

AlertmanagerConfig defines a namespaced AlertmanagerConfig to be aggregated across multiple namespaces configuring one Alertmanager cluster.

  • apiVersion
    строка

    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
    строка

    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

  • metadata
    объект
  • spec
    объект

    Обязательный параметр

    AlertmanagerConfigSpec is a specification of the desired behavior of the Alertmanager configuration. By definition, the Alertmanager configuration only applies to alerts for which the namespace label is equal to the namespace of the AlertmanagerConfig resource.

    • spec.inhibitRules
      массив объектов

      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

      • spec.inhibitRules.equal
        массив строк

        Labels that must have an equal value in the source and target alert for the inhibition to take effect.

      • spec.inhibitRules.sourceMatch
        массив объектов

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

        Matcher defines how to match on alert’s labels.

        • spec.inhibitRules.sourceMatch.matchType
          строка

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

          Допустимые значения: !=, =, =~, !~

        • spec.inhibitRules.sourceMatch.name
          строка

          Обязательный параметр

          Label to match.

        • spec.inhibitRules.sourceMatch.regex
          булевый

          Whether to match on equality (false) or regular-expression (true). Deprecated as of AlertManager >= v0.22.0 where a user should use MatchType instead.

        • spec.inhibitRules.sourceMatch.value
          строка

          Label value to match.

      • spec.inhibitRules.targetMatch
        массив объектов

        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.

        • spec.inhibitRules.targetMatch.matchType
          строка

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

          Допустимые значения: !=, =, =~, !~

        • spec.inhibitRules.targetMatch.name
          строка

          Обязательный параметр

          Label to match.

        • spec.inhibitRules.targetMatch.regex
          булевый

          Whether to match on equality (false) or regular-expression (true). Deprecated as of AlertManager >= v0.22.0 where a user should use MatchType instead.

        • spec.inhibitRules.targetMatch.value
          строка

          Label value to match.

    • spec.muteTimeIntervals
      массив объектов

      List of MuteTimeInterval specifying when the routes should be muted.

      MuteTimeInterval specifies the periods in time when notifications will be muted

      • spec.muteTimeIntervals.name
        строка

        Name of the time interval

      • spec.muteTimeIntervals.timeIntervals
        массив объектов

        TimeIntervals is a list of TimeInterval

        TimeInterval describes intervals of time

        • spec.muteTimeIntervals.timeIntervals.daysOfMonth
          массив объектов

          DaysOfMonth is a list of DayOfMonthRange

          DayOfMonthRange is an inclusive range of days of the month beginning at 1

          • spec.muteTimeIntervals.timeIntervals.daysOfMonth.end
            целочисленный

            End of the inclusive range

            Допустимые значения: -31 <= X <= 31

          • spec.muteTimeIntervals.timeIntervals.daysOfMonth.start
            целочисленный

            Start of the inclusive range

            Допустимые значения: -31 <= X <= 31

        • spec.muteTimeIntervals.timeIntervals.months
          массив строк

          Months is a list of MonthRange

          • Элемент массива
            строка

            MonthRange is an inclusive range of months of the year beginning in January Months can be specified by name (e.g ‘January’) by numerical month (e.g ‘1’) or as an inclusive range (e.g ‘January:March’, ‘1:3’, ‘1:March’)

            Шаблон: ^((?i)january|february|march|april|may|june|july|august|september|october|november|december|[1-12])(?:((:((?i)january|february|march|april|may|june|july|august|september|october|november|december|[1-12]))$)|$)

        • spec.muteTimeIntervals.timeIntervals.times
          массив объектов

          Times is a list of TimeRange

          TimeRange defines a start and end time in 24hr format

          • spec.muteTimeIntervals.timeIntervals.times.endTime
            строка

            EndTime is the end time in 24hr format.

            Шаблон: ^((([01][0-9])|(2[0-3])):[0-5][0-9])$|(^24:00$)

          • spec.muteTimeIntervals.timeIntervals.times.startTime
            строка

            StartTime is the start time in 24hr format.

            Шаблон: ^((([01][0-9])|(2[0-3])):[0-5][0-9])$|(^24:00$)

        • spec.muteTimeIntervals.timeIntervals.weekdays
          массив строк

          Weekdays is a list of WeekdayRange

          • Элемент массива
            строка

            WeekdayRange is an inclusive range of days of the week beginning on Sunday Days can be specified by name (e.g ‘Sunday’) or as an inclusive range (e.g ‘Monday:Friday’)

            Шаблон: ^((?i)sun|mon|tues|wednes|thurs|fri|satur)day(?:((:(sun|mon|tues|wednes|thurs|fri|satur)day)$)|$)

        • spec.muteTimeIntervals.timeIntervals.years
          массив строк

          Years is a list of YearRange

          • Элемент массива
            строка

            YearRange is an inclusive range of years

            Шаблон: ^2\d{3}(?::2\d{3}|$)

    • spec.receivers
      массив объектов

      List of receivers.

      Receiver defines one or more notification integrations.

      • spec.receivers.discordConfigs
        массив объектов

        List of Discord configurations.

        DiscordConfig configures notifications via Discord. See https://prometheus.io/docs/alerting/latest/configuration/#discord_config

        • spec.receivers.discordConfigs.apiURL
          объект

          Обязательный параметр

          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.

          • spec.receivers.discordConfigs.apiURL.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.discordConfigs.apiURL.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.discordConfigs.apiURL.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.discordConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.discordConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.discordConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.discordConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.discordConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.discordConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.discordConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.discordConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.discordConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.discordConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.discordConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.discordConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.discordConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.discordConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.discordConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.discordConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.discordConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.discordConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.discordConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.discordConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.discordConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.discordConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.discordConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.discordConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.discordConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.discordConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.discordConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.discordConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.discordConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.discordConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.discordConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.discordConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.discordConfigs.message
          строка

          The template of the message’s body.

        • spec.receivers.discordConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.discordConfigs.title
          строка

          The template of the message’s title.

      • spec.receivers.emailConfigs
        массив объектов

        List of Email configurations.

        EmailConfig configures notifications via Email.

        • spec.receivers.emailConfigs.authIdentity
          строка

          The identity to use for authentication.

        • spec.receivers.emailConfigs.authPassword
          объект

          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.

          • spec.receivers.emailConfigs.authPassword.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.emailConfigs.authPassword.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.emailConfigs.authPassword.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.emailConfigs.authSecret
          объект

          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.

          • spec.receivers.emailConfigs.authSecret.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.emailConfigs.authSecret.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.emailConfigs.authSecret.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.emailConfigs.authUsername
          строка

          The username to use for authentication.

        • spec.receivers.emailConfigs.from
          строка

          The sender address.

        • spec.receivers.emailConfigs.headers
          массив объектов

          Further headers email header key/value pairs. Overrides any headers previously set by the notification implementation.

          KeyValue defines a (key, value) tuple.

          • spec.receivers.emailConfigs.headers.key
            строка

            Обязательный параметр

            Key of the tuple.

          • spec.receivers.emailConfigs.headers.value
            строка

            Обязательный параметр

            Value of the tuple.

        • spec.receivers.emailConfigs.hello
          строка

          The hostname to identify to the SMTP server.

        • spec.receivers.emailConfigs.html
          строка

          The HTML body of the email notification.

        • spec.receivers.emailConfigs.requireTLS
          булевый

          The SMTP TLS requirement. Note that Go does not support unencrypted connections to remote SMTP endpoints.

        • spec.receivers.emailConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.emailConfigs.smarthost
          строка

          The SMTP host and port through which emails are sent. E.g. example.com:25

        • spec.receivers.emailConfigs.text
          строка

          The text body of the email notification.

        • spec.receivers.emailConfigs.tlsConfig
          объект

          TLS configuration

          • spec.receivers.emailConfigs.tlsConfig.ca
            объект

            Certificate authority used when verifying server certificates.

            • spec.receivers.emailConfigs.tlsConfig.ca.configMap
              объект

              ConfigMap containing data to use for the targets.

              • spec.receivers.emailConfigs.tlsConfig.ca.configMap.key
                строка

                Обязательный параметр

                The key to select.

              • spec.receivers.emailConfigs.tlsConfig.ca.configMap.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.emailConfigs.tlsConfig.ca.configMap.optional
                булевый

                Specify whether the ConfigMap or its key must be defined

            • spec.receivers.emailConfigs.tlsConfig.ca.secret
              объект

              Secret containing data to use for the targets.

              • spec.receivers.emailConfigs.tlsConfig.ca.secret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.emailConfigs.tlsConfig.ca.secret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.emailConfigs.tlsConfig.ca.secret.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.emailConfigs.tlsConfig.cert
            объект

            Client certificate to present when doing client-authentication.

            • spec.receivers.emailConfigs.tlsConfig.cert.configMap
              объект

              ConfigMap containing data to use for the targets.

              • spec.receivers.emailConfigs.tlsConfig.cert.configMap.key
                строка

                Обязательный параметр

                The key to select.

              • spec.receivers.emailConfigs.tlsConfig.cert.configMap.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.emailConfigs.tlsConfig.cert.configMap.optional
                булевый

                Specify whether the ConfigMap or its key must be defined

            • spec.receivers.emailConfigs.tlsConfig.cert.secret
              объект

              Secret containing data to use for the targets.

              • spec.receivers.emailConfigs.tlsConfig.cert.secret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.emailConfigs.tlsConfig.cert.secret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.emailConfigs.tlsConfig.cert.secret.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.emailConfigs.tlsConfig.insecureSkipVerify
            булевый

            Disable target certificate validation.

          • spec.receivers.emailConfigs.tlsConfig.keySecret
            объект

            Secret containing the client key file for the targets.

            • spec.receivers.emailConfigs.tlsConfig.keySecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.emailConfigs.tlsConfig.keySecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.emailConfigs.tlsConfig.keySecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.emailConfigs.tlsConfig.serverName
            строка

            Used to verify the hostname for the targets.

        • spec.receivers.emailConfigs.to
          строка

          The email address to send notifications to.

      • spec.receivers.name
        строка

        Обязательный параметр

        Name of the receiver. Must be unique across all items from the list.

      • spec.receivers.opsgenieConfigs
        массив объектов

        List of OpsGenie configurations.

        OpsGenieConfig configures notifications via OpsGenie. See https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config

        • spec.receivers.opsgenieConfigs.actions
          строка

          Comma separated list of actions that will be available for the alert.

        • spec.receivers.opsgenieConfigs.apiKey
          объект

          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.

          • spec.receivers.opsgenieConfigs.apiKey.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.opsgenieConfigs.apiKey.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.opsgenieConfigs.apiKey.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.opsgenieConfigs.apiURL
          строка

          The URL to send OpsGenie API requests to.

        • spec.receivers.opsgenieConfigs.description
          строка

          Description of the incident.

        • spec.receivers.opsgenieConfigs.details
          массив объектов

          A set of arbitrary key/value pairs that provide further detail about the incident.

          KeyValue defines a (key, value) tuple.

          • spec.receivers.opsgenieConfigs.details.key
            строка

            Обязательный параметр

            Key of the tuple.

          • spec.receivers.opsgenieConfigs.details.value
            строка

            Обязательный параметр

            Value of the tuple.

        • spec.receivers.opsgenieConfigs.entity
          строка

          Optional field that can be used to specify which domain alert is related to.

        • spec.receivers.opsgenieConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.opsgenieConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.opsgenieConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.opsgenieConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.opsgenieConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.opsgenieConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.opsgenieConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.opsgenieConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.opsgenieConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.opsgenieConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.opsgenieConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.opsgenieConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.opsgenieConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.opsgenieConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.opsgenieConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.opsgenieConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.opsgenieConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.opsgenieConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.opsgenieConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.opsgenieConfigs.message
          строка

          Alert text limited to 130 characters.

        • spec.receivers.opsgenieConfigs.note
          строка

          Additional alert note.

        • spec.receivers.opsgenieConfigs.priority
          строка

          Priority level of alert. Possible values are P1, P2, P3, P4, and P5.

        • spec.receivers.opsgenieConfigs.responders
          массив объектов

          List of responders responsible for notifications.

          OpsGenieConfigResponder defines a responder to an incident. One of id, name or username has to be defined.

          • spec.receivers.opsgenieConfigs.responders.id
            строка

            ID of the responder.

          • spec.receivers.opsgenieConfigs.responders.name
            строка

            Name of the responder.

          • spec.receivers.opsgenieConfigs.responders.type
            строка

            Обязательный параметр

            Type of responder.

            Допустимые значения: team, teams, user, escalation, schedule

          • spec.receivers.opsgenieConfigs.responders.username
            строка

            Username of the responder.

        • spec.receivers.opsgenieConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.opsgenieConfigs.source
          строка

          Backlink to the sender of the notification.

        • spec.receivers.opsgenieConfigs.tags
          строка

          Comma separated list of tags attached to the notifications.

        • spec.receivers.opsgenieConfigs.updateAlerts
          булевый

          Whether to update message and description of the alert in OpsGenie if it already exists By default, the alert is never updated in OpsGenie, the new message only appears in activity log.

      • spec.receivers.pagerdutyConfigs
        массив объектов

        List of PagerDuty configurations.

        PagerDutyConfig configures notifications via PagerDuty. See https://prometheus.io/docs/alerting/latest/configuration/#pagerduty_config

        • spec.receivers.pagerdutyConfigs.class
          строка

          The class/type of the event.

        • spec.receivers.pagerdutyConfigs.client
          строка

          Client identification.

        • spec.receivers.pagerdutyConfigs.clientURL
          строка

          Backlink to the sender of notification.

        • spec.receivers.pagerdutyConfigs.component
          строка

          The part or component of the affected system that is broken.

        • spec.receivers.pagerdutyConfigs.description
          строка

          Description of the incident.

        • spec.receivers.pagerdutyConfigs.details
          массив объектов

          Arbitrary key/value pairs that provide further detail about the incident.

          KeyValue defines a (key, value) tuple.

          • spec.receivers.pagerdutyConfigs.details.key
            строка

            Обязательный параметр

            Key of the tuple.

          • spec.receivers.pagerdutyConfigs.details.value
            строка

            Обязательный параметр

            Value of the tuple.

        • spec.receivers.pagerdutyConfigs.group
          строка

          A cluster or grouping of sources.

        • spec.receivers.pagerdutyConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.pagerdutyConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.pagerdutyConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.pagerdutyConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pagerdutyConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pagerdutyConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pagerdutyConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.pagerdutyConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.pagerdutyConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.pagerdutyConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.pagerdutyConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.pagerdutyConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.pagerdutyConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.pagerdutyConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.pagerdutyConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pagerdutyConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.pagerdutyConfigs.pagerDutyImageConfigs
          массив объектов

          A list of image details to attach that provide further detail about an incident.

          PagerDutyImageConfig attaches images to an incident

          • spec.receivers.pagerdutyConfigs.pagerDutyImageConfigs.alt
            строка

            Alt is the optional alternative text for the image.

          • spec.receivers.pagerdutyConfigs.pagerDutyImageConfigs.href
            строка

            Optional URL; makes the image a clickable link.

          • spec.receivers.pagerdutyConfigs.pagerDutyImageConfigs.src
            строка

            Src of the image being attached to the incident

        • spec.receivers.pagerdutyConfigs.pagerDutyLinkConfigs
          массив объектов

          A list of link details to attach that provide further detail about an incident.

          PagerDutyLinkConfig attaches text links to an incident

          • spec.receivers.pagerdutyConfigs.pagerDutyLinkConfigs.alt
            строка

            Text that describes the purpose of the link, and can be used as the link’s text.

          • spec.receivers.pagerdutyConfigs.pagerDutyLinkConfigs.href
            строка

            Href is the URL of the link to be attached

        • spec.receivers.pagerdutyConfigs.routingKey
          объект

          The secret’s key that contains the PagerDuty integration key (when using Events API v2). Either this field or serviceKey needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

          • spec.receivers.pagerdutyConfigs.routingKey.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.pagerdutyConfigs.routingKey.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.pagerdutyConfigs.routingKey.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.pagerdutyConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.pagerdutyConfigs.serviceKey
          объект

          The secret’s key that contains the PagerDuty service key (when using integration type “Prometheus”). Either this field or routingKey needs to be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

          • spec.receivers.pagerdutyConfigs.serviceKey.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.pagerdutyConfigs.serviceKey.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.pagerdutyConfigs.serviceKey.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.pagerdutyConfigs.severity
          строка

          Severity of the incident.

        • spec.receivers.pagerdutyConfigs.url
          строка

          The URL to send requests to.

      • spec.receivers.pushoverConfigs
        массив объектов

        List of Pushover configurations.

        PushoverConfig configures notifications via Pushover. See https://prometheus.io/docs/alerting/latest/configuration/#pushover_config

        • spec.receivers.pushoverConfigs.expire
          строка

          How long your notification will continue to be retried for, unless the user acknowledges the notification.

          Шаблон: ^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$

        • spec.receivers.pushoverConfigs.html
          булевый

          Whether notification message is HTML or plain text.

        • spec.receivers.pushoverConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.pushoverConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.pushoverConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.pushoverConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pushoverConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pushoverConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.pushoverConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.pushoverConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pushoverConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.pushoverConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.pushoverConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.pushoverConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.pushoverConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.pushoverConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.pushoverConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pushoverConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.pushoverConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.pushoverConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.pushoverConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.pushoverConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.pushoverConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.pushoverConfigs.message
          строка

          Notification message.

        • spec.receivers.pushoverConfigs.priority
          строка

          Priority, see https://pushover.net/api#priority

        • spec.receivers.pushoverConfigs.retry
          строка

          How often the Pushover servers will send the same notification to the user. Must be at least 30 seconds.

          Шаблон: ^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$

        • spec.receivers.pushoverConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.pushoverConfigs.sound
          строка

          The name of one of the sounds supported by device clients to override the user’s default sound choice

        • spec.receivers.pushoverConfigs.title
          строка

          Notification title.

        • spec.receivers.pushoverConfigs.token
          объект

          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.

          • spec.receivers.pushoverConfigs.token.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.pushoverConfigs.token.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.pushoverConfigs.token.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.pushoverConfigs.url
          строка

          A supplementary URL shown alongside the message.

        • spec.receivers.pushoverConfigs.urlTitle
          строка

          A title for supplementary URL, otherwise just the URL is shown

        • spec.receivers.pushoverConfigs.userKey
          объект

          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.

          • spec.receivers.pushoverConfigs.userKey.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.pushoverConfigs.userKey.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.pushoverConfigs.userKey.optional
            булевый

            Specify whether the Secret or its key must be defined

      • spec.receivers.slackConfigs
        массив объектов

        List of Slack configurations.

        SlackConfig configures notifications via Slack. See https://prometheus.io/docs/alerting/latest/configuration/#slack_config

        • spec.receivers.slackConfigs.actions
          массив объектов

          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.

          • spec.receivers.slackConfigs.actions.confirm
            объект

            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.

            • spec.receivers.slackConfigs.actions.confirm.dismissText
              строка
            • spec.receivers.slackConfigs.actions.confirm.okText
              строка
            • spec.receivers.slackConfigs.actions.confirm.text
              строка

              Обязательный параметр

            • spec.receivers.slackConfigs.actions.confirm.title
              строка
          • spec.receivers.slackConfigs.actions.name
            строка
          • spec.receivers.slackConfigs.actions.style
            строка
          • spec.receivers.slackConfigs.actions.text
            строка

            Обязательный параметр

          • spec.receivers.slackConfigs.actions.type
            строка

            Обязательный параметр

          • spec.receivers.slackConfigs.actions.url
            строка
          • spec.receivers.slackConfigs.actions.value
            строка
        • spec.receivers.slackConfigs.apiURL
          объект

          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.

          • spec.receivers.slackConfigs.apiURL.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.slackConfigs.apiURL.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.slackConfigs.apiURL.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.slackConfigs.callbackId
          строка
        • spec.receivers.slackConfigs.channel
          строка

          The channel or user to send notifications to.

        • spec.receivers.slackConfigs.color
          строка
        • spec.receivers.slackConfigs.fallback
          строка
        • spec.receivers.slackConfigs.fields
          массив объектов

          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.

          • spec.receivers.slackConfigs.fields.short
            булевый
          • spec.receivers.slackConfigs.fields.title
            строка

            Обязательный параметр

          • spec.receivers.slackConfigs.fields.value
            строка

            Обязательный параметр

        • строка
        • spec.receivers.slackConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.slackConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.slackConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.slackConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.slackConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.slackConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.slackConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.slackConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.slackConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.slackConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.slackConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.slackConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.slackConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.slackConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.slackConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.slackConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.slackConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.slackConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.slackConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.slackConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.slackConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.slackConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.slackConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.slackConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.slackConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.slackConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.slackConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.slackConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.slackConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.slackConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.slackConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.slackConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.slackConfigs.iconEmoji
          строка
        • spec.receivers.slackConfigs.iconURL
          строка
        • spec.receivers.slackConfigs.imageURL
          строка
        • spec.receivers.slackConfigs.linkNames
          булевый
        • spec.receivers.slackConfigs.mrkdwnIn
          массив строк
        • spec.receivers.slackConfigs.pretext
          строка
        • spec.receivers.slackConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.slackConfigs.shortFields
          булевый
        • spec.receivers.slackConfigs.text
          строка
        • spec.receivers.slackConfigs.thumbURL
          строка
        • spec.receivers.slackConfigs.title
          строка
        • строка
        • spec.receivers.slackConfigs.username
          строка
      • spec.receivers.snsConfigs
        массив объектов

        List of SNS configurations

        SNSConfig configures notifications via AWS SNS. See https://prometheus.io/docs/alerting/latest/configuration/#sns_configs

        • spec.receivers.snsConfigs.apiURL
          строка

          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.

        • spec.receivers.snsConfigs.attributes
          объект

          SNS message attributes.

        • spec.receivers.snsConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.snsConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.snsConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.snsConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.snsConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.snsConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.snsConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.snsConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.snsConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.snsConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.snsConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.snsConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.snsConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.snsConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.snsConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.snsConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.snsConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.snsConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.snsConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.snsConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.snsConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.snsConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.snsConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.snsConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.snsConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.snsConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.snsConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.snsConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.snsConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.snsConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.snsConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.snsConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.snsConfigs.message
          строка

          The message content of the SNS notification.

        • spec.receivers.snsConfigs.phoneNumber
          строка

          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.

        • spec.receivers.snsConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.snsConfigs.sigv4
          объект

          Configures AWS’s Signature Verification 4 signing process to sign requests.

          • spec.receivers.snsConfigs.sigv4.accessKey
            объект

            AccessKey is the AWS API key. If not specified, the environment variable AWS_ACCESS_KEY_ID is used.

            • spec.receivers.snsConfigs.sigv4.accessKey.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.snsConfigs.sigv4.accessKey.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.snsConfigs.sigv4.accessKey.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.snsConfigs.sigv4.profile
            строка

            Profile is the named AWS profile used to authenticate.

          • spec.receivers.snsConfigs.sigv4.region
            строка

            Region is the AWS region. If blank, the region from the default credentials chain used.

          • spec.receivers.snsConfigs.sigv4.roleArn
            строка

            RoleArn is the named AWS profile used to authenticate.

          • spec.receivers.snsConfigs.sigv4.secretKey
            объект

            SecretKey is the AWS API secret. If not specified, the environment variable AWS_SECRET_ACCESS_KEY is used.

            • spec.receivers.snsConfigs.sigv4.secretKey.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.snsConfigs.sigv4.secretKey.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.snsConfigs.sigv4.secretKey.optional
              булевый

              Specify whether the Secret or its key must be defined

        • spec.receivers.snsConfigs.subject
          строка

          Subject line when the message is delivered to email endpoints.

        • spec.receivers.snsConfigs.targetARN
          строка

          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.

        • spec.receivers.snsConfigs.topicARN
          строка

          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.

      • spec.receivers.telegramConfigs
        массив объектов

        List of Telegram configurations.

        TelegramConfig configures notifications via Telegram. See https://prometheus.io/docs/alerting/latest/configuration/#telegram_config

        • spec.receivers.telegramConfigs.apiURL
          строка

          The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used.

        • spec.receivers.telegramConfigs.botToken
          объект

          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 botToken or botTokenFile is required.

          • spec.receivers.telegramConfigs.botToken.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.telegramConfigs.botToken.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.telegramConfigs.botToken.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.telegramConfigs.botTokenFile
          строка

          File to read the Telegram bot token from. It is mutually exclusive with botToken. Either botToken or botTokenFile is required. It requires Alertmanager >= v0.26.0.

        • spec.receivers.telegramConfigs.chatID
          целочисленный

          The Telegram chat ID.

        • spec.receivers.telegramConfigs.disableNotifications
          булевый

          Disable telegram notifications

        • spec.receivers.telegramConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.telegramConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.telegramConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.telegramConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.telegramConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.telegramConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.telegramConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.telegramConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.telegramConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.telegramConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.telegramConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.telegramConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.telegramConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.telegramConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.telegramConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.telegramConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.telegramConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.telegramConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.telegramConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.telegramConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.telegramConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.telegramConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.telegramConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.telegramConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.telegramConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.telegramConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.telegramConfigs.message
          строка

          Message template

        • spec.receivers.telegramConfigs.parseMode
          строка

          Parse mode for telegram message

          Допустимые значения: MarkdownV2, Markdown, HTML

        • spec.receivers.telegramConfigs.sendResolved
          булевый

          Whether to notify about resolved alerts.

      • spec.receivers.victoropsConfigs
        массив объектов

        List of VictorOps configurations.

        VictorOpsConfig configures notifications via VictorOps. See https://prometheus.io/docs/alerting/latest/configuration/#victorops_config

        • spec.receivers.victoropsConfigs.apiKey
          объект

          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.

          • spec.receivers.victoropsConfigs.apiKey.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.victoropsConfigs.apiKey.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.victoropsConfigs.apiKey.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.victoropsConfigs.apiUrl
          строка

          The VictorOps API URL.

        • spec.receivers.victoropsConfigs.customFields
          массив объектов

          Additional custom fields for notification.

          KeyValue defines a (key, value) tuple.

          • spec.receivers.victoropsConfigs.customFields.key
            строка

            Обязательный параметр

            Key of the tuple.

          • spec.receivers.victoropsConfigs.customFields.value
            строка

            Обязательный параметр

            Value of the tuple.

        • spec.receivers.victoropsConfigs.entityDisplayName
          строка

          Contains summary of the alerted problem.

        • spec.receivers.victoropsConfigs.httpConfig
          объект

          The HTTP client’s configuration.

          • spec.receivers.victoropsConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.victoropsConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.victoropsConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.victoropsConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.victoropsConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.victoropsConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.victoropsConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.victoropsConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.victoropsConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.victoropsConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.victoropsConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.victoropsConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.victoropsConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.victoropsConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.victoropsConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.victoropsConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.victoropsConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.victoropsConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.victoropsConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.victoropsConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.victoropsConfigs.messageType
          строка

          Describes the behavior of the alert (CRITICAL, WARNING, INFO).

        • spec.receivers.victoropsConfigs.monitoringTool
          строка

          The monitoring tool the state message is from.

        • spec.receivers.victoropsConfigs.routingKey
          строка

          A key used to map the alert to a team.

        • spec.receivers.victoropsConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.victoropsConfigs.stateMessage
          строка

          Contains long explanation of the alerted problem.

      • spec.receivers.webexConfigs
        массив объектов

        List of Webex configurations.

        WebexConfig configures notification via Cisco Webex See https://prometheus.io/docs/alerting/latest/configuration/#webex_config

        • spec.receivers.webexConfigs.apiURL
          строка

          The Webex Teams API URL i.e. https://webexapis.com/v1/messages Provide if different from the default API URL.

          Шаблон: ^https?://.+$

        • spec.receivers.webexConfigs.httpConfig
          объект

          The HTTP client’s configuration. You must supply the bot token via the httpConfig.authorization field.

          • spec.receivers.webexConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.webexConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.webexConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webexConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webexConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.webexConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.webexConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.webexConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webexConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webexConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.webexConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webexConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webexConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.webexConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.webexConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.webexConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.webexConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.webexConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.webexConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.webexConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.webexConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webexConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webexConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.webexConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.webexConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.webexConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.webexConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webexConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.webexConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webexConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webexConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.webexConfigs.message
          строка

          Message template

        • spec.receivers.webexConfigs.roomID
          строка

          Обязательный параметр

          ID of the Webex Teams room where to send the messages.

        • spec.receivers.webexConfigs.sendResolved
          булевый

          Whether to notify about resolved alerts.

      • spec.receivers.webhookConfigs
        массив объектов

        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

        • spec.receivers.webhookConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.webhookConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.webhookConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.webhookConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webhookConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webhookConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.webhookConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.webhookConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webhookConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.webhookConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.webhookConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.webhookConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.webhookConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.webhookConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.webhookConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.webhookConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webhookConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webhookConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.webhookConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.webhookConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.webhookConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.webhookConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.webhookConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.webhookConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.webhookConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.webhookConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.webhookConfigs.maxAlerts
          целочисленный

          Maximum number of alerts to be sent per webhook message. When 0, all alerts are included.

          Допустимые значения: 0 <= X

        • spec.receivers.webhookConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.webhookConfigs.url
          строка

          The URL to send HTTP POST requests to. urlSecret takes precedence over url. One of urlSecret and url should be defined.

        • spec.receivers.webhookConfigs.urlSecret
          объект

          The secret’s key that contains the webhook URL to send HTTP requests to. urlSecret takes precedence over url. One of urlSecret and url should be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

          • spec.receivers.webhookConfigs.urlSecret.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.webhookConfigs.urlSecret.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.webhookConfigs.urlSecret.optional
            булевый

            Specify whether the Secret or its key must be defined

      • spec.receivers.wechatConfigs
        массив объектов

        List of WeChat configurations.

        WeChatConfig configures notifications via WeChat. See https://prometheus.io/docs/alerting/latest/configuration/#wechat_config

        • spec.receivers.wechatConfigs.agentID
          строка
        • spec.receivers.wechatConfigs.apiSecret
          объект

          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.

          • spec.receivers.wechatConfigs.apiSecret.key
            строка

            Обязательный параметр

            The key of the secret to select from. Must be a valid secret key.

          • spec.receivers.wechatConfigs.apiSecret.name
            строка

            Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

          • spec.receivers.wechatConfigs.apiSecret.optional
            булевый

            Specify whether the Secret or its key must be defined

        • spec.receivers.wechatConfigs.apiURL
          строка

          The WeChat API URL.

        • spec.receivers.wechatConfigs.corpID
          строка

          The corp id for authentication.

        • spec.receivers.wechatConfigs.httpConfig
          объект

          HTTP client configuration.

          • spec.receivers.wechatConfigs.httpConfig.authorization
            объект

            Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

            • spec.receivers.wechatConfigs.httpConfig.authorization.credentials
              объект

              Selects a key of a Secret in the namespace that contains the credentials for authentication.

              • spec.receivers.wechatConfigs.httpConfig.authorization.credentials.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.wechatConfigs.httpConfig.authorization.credentials.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.wechatConfigs.httpConfig.authorization.credentials.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.authorization.type
              строка

              Defines the authentication type. The value is case-insensitive. “Basic” is not a supported value. Default: “Bearer”

          • spec.receivers.wechatConfigs.httpConfig.basicAuth
            объект

            BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

            • spec.receivers.wechatConfigs.httpConfig.basicAuth.password
              объект

              The secret in the service monitor namespace that contains the password for authentication.

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.password.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.password.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.password.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.basicAuth.username
              объект

              The secret in the service monitor namespace that contains the username for authentication.

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.username.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.username.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.wechatConfigs.httpConfig.basicAuth.username.optional
                булевый

                Specify whether the Secret or its key must be defined

          • spec.receivers.wechatConfigs.httpConfig.bearerTokenSecret
            объект

            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.

            • spec.receivers.wechatConfigs.httpConfig.bearerTokenSecret.key
              строка

              Обязательный параметр

              The key of the secret to select from. Must be a valid secret key.

            • spec.receivers.wechatConfigs.httpConfig.bearerTokenSecret.name
              строка

              Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

            • spec.receivers.wechatConfigs.httpConfig.bearerTokenSecret.optional
              булевый

              Specify whether the Secret or its key must be defined

          • spec.receivers.wechatConfigs.httpConfig.followRedirects
            булевый

            FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

          • spec.receivers.wechatConfigs.httpConfig.oauth2
            объект

            OAuth2 client credentials used to fetch a token for the targets.

            • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId
              объект

              Обязательный параметр

              The secret or configmap containing the OAuth2 client id

              • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.oauth2.clientId.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.oauth2.clientSecret
              объект

              Обязательный параметр

              The secret containing the OAuth2 client secret

              • spec.receivers.wechatConfigs.httpConfig.oauth2.clientSecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.wechatConfigs.httpConfig.oauth2.clientSecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.wechatConfigs.httpConfig.oauth2.clientSecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.oauth2.endpointParams
              объект

              Parameters to append to the token URL

            • spec.receivers.wechatConfigs.httpConfig.oauth2.scopes
              массив строк

              OAuth2 scopes used for the token request

            • spec.receivers.wechatConfigs.httpConfig.oauth2.tokenUrl
              строка

              Обязательный параметр

              The URL to fetch the token from

          • spec.receivers.wechatConfigs.httpConfig.proxyURL
            строка

            Optional proxy URL.

          • spec.receivers.wechatConfigs.httpConfig.tlsConfig
            объект

            TLS configuration for the client.

            • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca
              объект

              Certificate authority used when verifying server certificates.

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.ca.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert
              объект

              Client certificate to present when doing client-authentication.

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.configMap
                объект

                ConfigMap containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.configMap.key
                  строка

                  Обязательный параметр

                  The key to select.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.configMap.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.configMap.optional
                  булевый

                  Specify whether the ConfigMap or its key must be defined

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.secret
                объект

                Secret containing data to use for the targets.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.secret.key
                  строка

                  Обязательный параметр

                  The key of the secret to select from. Must be a valid secret key.

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.secret.name
                  строка

                  Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

                • spec.receivers.wechatConfigs.httpConfig.tlsConfig.cert.secret.optional
                  булевый

                  Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.tlsConfig.insecureSkipVerify
              булевый

              Disable target certificate validation.

            • spec.receivers.wechatConfigs.httpConfig.tlsConfig.keySecret
              объект

              Secret containing the client key file for the targets.

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.keySecret.key
                строка

                Обязательный параметр

                The key of the secret to select from. Must be a valid secret key.

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.keySecret.name
                строка

                Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?

              • spec.receivers.wechatConfigs.httpConfig.tlsConfig.keySecret.optional
                булевый

                Specify whether the Secret or its key must be defined

            • spec.receivers.wechatConfigs.httpConfig.tlsConfig.serverName
              строка

              Used to verify the hostname for the targets.

        • spec.receivers.wechatConfigs.message
          строка

          API request data as defined by the WeChat API.

        • spec.receivers.wechatConfigs.messageType
          строка
        • spec.receivers.wechatConfigs.sendResolved
          булевый

          Whether or not to notify about resolved alerts.

        • spec.receivers.wechatConfigs.toParty
          строка
        • spec.receivers.wechatConfigs.toTag
          строка
        • spec.receivers.wechatConfigs.toUser
          строка
    • spec.route
      объект

      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.

      • spec.route.activeTimeIntervals
        массив строк

        ActiveTimeIntervals is a list of MuteTimeInterval names when this route should be active.

      • spec.route.continue
        булевый

        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.

      • spec.route.groupBy
        массив строк

        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.

      • spec.route.groupInterval
        строка

        How long to wait before sending an updated notification. Must match the regular expression^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$ Example: “5m”

      • spec.route.groupWait
        строка

        How long to wait before sending the initial notification. Must match the regular expression^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$ Example: “30s”

      • spec.route.matchers
        массив объектов

        List of matchers that the alert’s labels should match. For the first level route, the operator removes any existing equality and regexp matcher on the namespace label and adds a namespace: <object namespace> matcher.

        Matcher defines how to match on alert’s labels.

        • spec.route.matchers.matchType
          строка

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

          Допустимые значения: !=, =, =~, !~

        • spec.route.matchers.name
          строка

          Обязательный параметр

          Label to match.

        • spec.route.matchers.regex
          булевый

          Whether to match on equality (false) or regular-expression (true). Deprecated as of AlertManager >= v0.22.0 where a user should use MatchType instead.

        • spec.route.matchers.value
          строка

          Label value to match.

      • spec.route.muteTimeIntervals
        массив строк

        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 MuteTimeInterval names that will mute this route when matched,

      • spec.route.receiver
        строка

        Name of the receiver for this route. If not empty, it should be listed in the receivers field.

      • spec.route.repeatInterval
        строка

        How long to wait before repeating the last notification. Must match the regular expression^(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?$ Example: “4h”

      • spec.route.routes
        массив

        Child routes.