Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.AlertingRuleSpecFluent.GroupsNested
-
Packages that use AlertingRuleSpecFluent.GroupsNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of AlertingRuleSpecFluent.GroupsNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return AlertingRuleSpecFluent.GroupsNested Modifier and Type Method Description AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. addNewGroup()AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. addNewGroupLike(RuleGroup item)AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. editFirstGroup()AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. editGroup(int index)AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. editLastGroup()AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. editMatchingGroup(Predicate<RuleGroupBuilder> predicate)AlertingRuleSpecFluent.GroupsNested<A>AlertingRuleSpecFluent. setNewGroupLike(int index, RuleGroup item)
-