Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.Rule
-
Packages that use Rule Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of Rule in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return Rule Modifier and Type Method Description RuleRuleBuilder. build()RuleRuleGroupFluent. buildFirstRule()RuleRuleGroupFluent. buildLastRule()RuleRuleGroupFluent. buildMatchingRule(Predicate<RuleBuilder> predicate)RuleRuleGroupFluent. buildRule(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type Rule Modifier and Type Method Description List<Rule>RuleGroupFluent. buildRules()List<Rule>RuleGroup. getRules()rules is a list of sequentially evaluated alerting rules.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Rule Modifier and Type Method Description RuleGroupFluent.RulesNested<A>RuleGroupFluent. addNewRuleLike(Rule item)ARuleGroupFluent. addToRules(int index, Rule item)ARuleGroupFluent. addToRules(Rule... items)protected voidRuleFluent. copyInstance(Rule instance)ARuleGroupFluent. removeFromRules(Rule... items)RuleGroupFluent.RulesNested<A>RuleGroupFluent. setNewRuleLike(int index, Rule item)ARuleGroupFluent. setToRules(int index, Rule item)ARuleGroupFluent. withRules(Rule... rules)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Rule Modifier and Type Method Description ARuleGroupFluent. addAllToRules(Collection<Rule> items)ARuleGroupFluent. removeAllFromRules(Collection<Rule> items)voidRuleGroup. setRules(List<Rule> rules)rules is a list of sequentially evaluated alerting rules.ARuleGroupFluent. withRules(List<Rule> rules)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Rule Constructor Description RuleBuilder(Rule instance)RuleBuilder(RuleFluent<?> fluent, Rule instance)RuleFluent(Rule instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Rule Constructor Description RuleGroup(String interval, String name, List<Rule> rules)
-