Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleSpec
-
Packages that use PrometheusRuleSpec Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PrometheusRuleSpec in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PrometheusRuleSpec Modifier and Type Method Description PrometheusRuleSpecPrometheusRuleSpecBuilder. build()PrometheusRuleSpecPrometheusRuleFluent. buildSpec()PrometheusRuleSpecPrometheusRule. getSpec()The `PrometheusRule` custom resource definition (CRD) defines [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) and [recording](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) rules to be evaluated by `Prometheus` or `ThanosRuler` objects.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusRuleSpec Modifier and Type Method Description protected voidPrometheusRuleSpecFluent. copyInstance(PrometheusRuleSpec instance)PrometheusRuleFluent.SpecNested<A>PrometheusRuleFluent. editOrNewSpecLike(PrometheusRuleSpec item)voidPrometheusRule. setSpec(PrometheusRuleSpec spec)The `PrometheusRule` custom resource definition (CRD) defines [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) and [recording](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) rules to be evaluated by `Prometheus` or `ThanosRuler` objects.PrometheusRuleFluent.SpecNested<A>PrometheusRuleFluent. withNewSpecLike(PrometheusRuleSpec item)APrometheusRuleFluent. withSpec(PrometheusRuleSpec spec)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusRuleSpec Constructor Description PrometheusRule(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PrometheusRuleSpec spec)PrometheusRuleSpecBuilder(PrometheusRuleSpec instance)PrometheusRuleSpecBuilder(PrometheusRuleSpecFluent<?> fluent, PrometheusRuleSpec instance)PrometheusRuleSpecFluent(PrometheusRuleSpec instance)
-