Class PrometheusRuleExcludeConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PrometheusRuleExcludeConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrometheusRuleExcludeConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrometheusRuleExcludeConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrometheusRuleExcludeConfig enables users to configure excluded PrometheusRule names and their namespaces to be ignored while enforcing namespace label for alerts and metrics.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrometheusRuleExcludeConfig

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

        public PrometheusRuleExcludeConfig​(String ruleName,
                                           String ruleNamespace)
    • Method Detail

      • getRuleName

        public String getRuleName()
        Name of the excluded PrometheusRule object.
      • setRuleName

        public void setRuleName​(String ruleName)
        Name of the excluded PrometheusRule object.
      • getRuleNamespace

        public String getRuleNamespace()
        Namespace of the excluded PrometheusRule object.
      • setRuleNamespace

        public void setRuleNamespace​(String ruleNamespace)
        Namespace of the excluded PrometheusRule object.
      • getAdditionalProperties

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

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

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