Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleExcludeConfig
-
Packages that use PrometheusRuleExcludeConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PrometheusRuleExcludeConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type PrometheusRuleExcludeConfig Modifier and Type Method Description List<PrometheusRuleExcludeConfig>PrometheusSpecFluent. buildPrometheusRulesExcludedFromEnforce()List<PrometheusRuleExcludeConfig>ThanosRulerSpecFluent. buildPrometheusRulesExcludedFromEnforce()List<PrometheusRuleExcludeConfig>PrometheusSpec. getPrometheusRulesExcludedFromEnforce()Defines the list of PrometheusRule objects to which the namespace label enforcement doesn't apply.List<PrometheusRuleExcludeConfig>ThanosRulerSpec. getPrometheusRulesExcludedFromEnforce()PrometheusRulesExcludedFromEnforce - list of Prometheus rules to be excluded from enforcing of adding namespace labels.Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type PrometheusRuleExcludeConfig Modifier and Type Method Description APrometheusSpecFluent. addAllToPrometheusRulesExcludedFromEnforce(Collection<PrometheusRuleExcludeConfig> items)AThanosRulerSpecFluent. addAllToPrometheusRulesExcludedFromEnforce(Collection<PrometheusRuleExcludeConfig> items)APrometheusSpecFluent. removeAllFromPrometheusRulesExcludedFromEnforce(Collection<PrometheusRuleExcludeConfig> items)AThanosRulerSpecFluent. removeAllFromPrometheusRulesExcludedFromEnforce(Collection<PrometheusRuleExcludeConfig> items)voidPrometheusSpec. setPrometheusRulesExcludedFromEnforce(List<PrometheusRuleExcludeConfig> prometheusRulesExcludedFromEnforce)Defines the list of PrometheusRule objects to which the namespace label enforcement doesn't apply.voidThanosRulerSpec. setPrometheusRulesExcludedFromEnforce(List<PrometheusRuleExcludeConfig> prometheusRulesExcludedFromEnforce)PrometheusRulesExcludedFromEnforce - list of Prometheus rules to be excluded from enforcing of adding namespace labels.APrometheusSpecFluent. withPrometheusRulesExcludedFromEnforce(List<PrometheusRuleExcludeConfig> prometheusRulesExcludedFromEnforce)AThanosRulerSpecFluent. withPrometheusRulesExcludedFromEnforce(List<PrometheusRuleExcludeConfig> prometheusRulesExcludedFromEnforce)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusRuleExcludeConfig Constructor Description PrometheusRuleExcludeConfigBuilder(PrometheusRuleExcludeConfig instance)PrometheusRuleExcludeConfigBuilder(PrometheusRuleExcludeConfigFluent<?> fluent, PrometheusRuleExcludeConfig instance)PrometheusRuleExcludeConfigFluent(PrometheusRuleExcludeConfig instance)
-