Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.RuleGroup
-
Packages that use RuleGroup Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of RuleGroup in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return RuleGroup Modifier and Type Method Description RuleGroupRuleGroupBuilder. build()RuleGroupAlertingRuleSpecFluent. buildFirstGroup()RuleGroupPrometheusRuleSpecFluent. buildFirstGroup()RuleGroupAlertingRuleSpecFluent. buildGroup(int index)RuleGroupPrometheusRuleSpecFluent. buildGroup(int index)RuleGroupAlertingRuleSpecFluent. buildLastGroup()RuleGroupPrometheusRuleSpecFluent. buildLastGroup()RuleGroupAlertingRuleSpecFluent. buildMatchingGroup(Predicate<RuleGroupBuilder> predicate)RuleGroupPrometheusRuleSpecFluent. buildMatchingGroup(Predicate<RuleGroupBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type RuleGroup Modifier and Type Method Description List<RuleGroup>AlertingRuleSpecFluent. buildGroups()List<RuleGroup>PrometheusRuleSpecFluent. buildGroups()List<RuleGroup>AlertingRuleSpec. getGroups()groups is a list of grouped alerting rules.List<RuleGroup>PrometheusRuleSpec. getGroups()Content of Prometheus rule fileMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type RuleGroup Modifier and Type Method Description AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. addNewGroupLike(RuleGroup item)PrometheusRuleSpecFluent.GroupsNested<A>PrometheusRuleSpecFluent. addNewGroupLike(RuleGroup item)AAlertingRuleSpecFluent. addToGroups(int index, RuleGroup item)AAlertingRuleSpecFluent. addToGroups(RuleGroup... items)APrometheusRuleSpecFluent. addToGroups(int index, RuleGroup item)APrometheusRuleSpecFluent. addToGroups(RuleGroup... items)protected voidRuleGroupFluent. copyInstance(RuleGroup instance)AAlertingRuleSpecFluent. removeFromGroups(RuleGroup... items)APrometheusRuleSpecFluent. removeFromGroups(RuleGroup... items)AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. setNewGroupLike(int index, RuleGroup item)PrometheusRuleSpecFluent.GroupsNested<A>PrometheusRuleSpecFluent. setNewGroupLike(int index, RuleGroup item)AAlertingRuleSpecFluent. setToGroups(int index, RuleGroup item)APrometheusRuleSpecFluent. setToGroups(int index, RuleGroup item)AAlertingRuleSpecFluent. withGroups(RuleGroup... groups)APrometheusRuleSpecFluent. withGroups(RuleGroup... groups)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type RuleGroup Modifier and Type Method Description AAlertingRuleSpecFluent. addAllToGroups(Collection<RuleGroup> items)APrometheusRuleSpecFluent. addAllToGroups(Collection<RuleGroup> items)AAlertingRuleSpecFluent. removeAllFromGroups(Collection<RuleGroup> items)APrometheusRuleSpecFluent. removeAllFromGroups(Collection<RuleGroup> items)voidAlertingRuleSpec. setGroups(List<RuleGroup> groups)groups is a list of grouped alerting rules.voidPrometheusRuleSpec. setGroups(List<RuleGroup> groups)Content of Prometheus rule fileAAlertingRuleSpecFluent. withGroups(List<RuleGroup> groups)APrometheusRuleSpecFluent. withGroups(List<RuleGroup> groups)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type RuleGroup Constructor Description RuleGroupBuilder(RuleGroup instance)RuleGroupBuilder(RuleGroupFluent<?> fluent, RuleGroup instance)RuleGroupFluent(RuleGroup instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type RuleGroup Constructor Description AlertingRuleSpec(List<RuleGroup> groups)PrometheusRuleSpec(List<RuleGroup> groups)
-