Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.InhibitRule
-
Packages that use InhibitRule Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of InhibitRule in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return InhibitRule Modifier and Type Method Description InhibitRuleInhibitRuleBuilder. build()InhibitRuleAlertmanagerConfigSpecFluent. buildFirstInhibitRule()InhibitRuleAlertmanagerConfigSpecFluent. buildInhibitRule(int index)InhibitRuleAlertmanagerConfigSpecFluent. buildLastInhibitRule()InhibitRuleAlertmanagerConfigSpecFluent. buildMatchingInhibitRule(Predicate<InhibitRuleBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type InhibitRule Modifier and Type Method Description List<InhibitRule>AlertmanagerConfigSpecFluent. buildInhibitRules()List<InhibitRule>AlertmanagerConfigSpec. getInhibitRules()List of inhibition rules.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type InhibitRule Modifier and Type Method Description AlertmanagerConfigSpecFluent.InhibitRulesNested<A>AlertmanagerConfigSpecFluent. addNewInhibitRuleLike(InhibitRule item)AAlertmanagerConfigSpecFluent. addToInhibitRules(int index, InhibitRule item)AAlertmanagerConfigSpecFluent. addToInhibitRules(InhibitRule... items)protected voidInhibitRuleFluent. copyInstance(InhibitRule instance)AAlertmanagerConfigSpecFluent. removeFromInhibitRules(InhibitRule... items)AlertmanagerConfigSpecFluent.InhibitRulesNested<A>AlertmanagerConfigSpecFluent. setNewInhibitRuleLike(int index, InhibitRule item)AAlertmanagerConfigSpecFluent. setToInhibitRules(int index, InhibitRule item)AAlertmanagerConfigSpecFluent. withInhibitRules(InhibitRule... inhibitRules)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type InhibitRule Modifier and Type Method Description AAlertmanagerConfigSpecFluent. addAllToInhibitRules(Collection<InhibitRule> items)AAlertmanagerConfigSpecFluent. removeAllFromInhibitRules(Collection<InhibitRule> items)voidAlertmanagerConfigSpec. setInhibitRules(List<InhibitRule> inhibitRules)List of inhibition rules.AAlertmanagerConfigSpecFluent. withInhibitRules(List<InhibitRule> inhibitRules)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type InhibitRule Constructor Description InhibitRuleBuilder(InhibitRule instance)InhibitRuleBuilder(InhibitRuleFluent<?> fluent, InhibitRule instance)InhibitRuleFluent(InhibitRule instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type InhibitRule Constructor Description AlertmanagerConfigSpec(List<InhibitRule> inhibitRules, List<MuteTimeInterval> muteTimeIntervals, List<Receiver> receivers, Route route)
-