Class AlertmanagerConfigMatcherStrategy

    • Constructor Detail

      • AlertmanagerConfigMatcherStrategy

        public AlertmanagerConfigMatcherStrategy()
        No args constructor for use in serialization
      • AlertmanagerConfigMatcherStrategy

        public AlertmanagerConfigMatcherStrategy​(String type)
    • Method Detail

      • getType

        public String getType()
        AlertmanagerConfigMatcherStrategyType defines the strategy used by AlertmanagerConfig objects to match alerts in the routes and inhibition rules.


        The default value is `OnNamespace`.

      • setType

        public void setType​(String type)
        AlertmanagerConfigMatcherStrategyType defines the strategy used by AlertmanagerConfig objects to match alerts in the routes and inhibition rules.


        The default value is `OnNamespace`.

      • getAdditionalProperties

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

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

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