Class AlertmanagerConfiguration

    • Constructor Detail

      • AlertmanagerConfiguration

        public AlertmanagerConfiguration()
        No args constructor for use in serialization
    • Method Detail

      • getGlobal

        public AlertmanagerGlobalConfig getGlobal()
        AlertmanagerConfiguration defines the Alertmanager configuration.
      • setGlobal

        public void setGlobal​(AlertmanagerGlobalConfig global)
        AlertmanagerConfiguration defines the Alertmanager configuration.
      • getName

        public String getName()
        The name of the AlertmanagerConfig resource which is used to generate the Alertmanager configuration. It must be defined in the same namespace as the Alertmanager object. The operator will not enforce a `namespace` label for routes and inhibition rules.
      • setName

        public void setName​(String name)
        The name of the AlertmanagerConfig resource which is used to generate the Alertmanager configuration. It must be defined in the same namespace as the Alertmanager object. The operator will not enforce a `namespace` label for routes and inhibition rules.
      • setTemplates

        public void setTemplates​(List<SecretOrConfigMap> templates)
        Custom notification templates.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)