Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.AlertingRule
-
Packages that use AlertingRule Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of AlertingRule in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return AlertingRule Modifier and Type Method Description AlertingRuleAlertingRuleBuilder. build()AlertingRuleAlertingRuleListFluent. buildFirstItem()AlertingRuleAlertingRuleListFluent. buildItem(int index)AlertingRuleAlertingRuleListFluent. buildLastItem()AlertingRuleAlertingRuleListFluent. buildMatchingItem(Predicate<AlertingRuleBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type AlertingRule Modifier and Type Method Description List<AlertingRule>AlertingRuleListFluent. buildItems()List<AlertingRule>AlertingRuleList. getItems()items is a list of AlertingRule objects.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertingRule Modifier and Type Method Description AlertingRuleListFluent.ItemsNested<A>AlertingRuleListFluent. addNewItemLike(AlertingRule item)AAlertingRuleListFluent. addToItems(int index, AlertingRule item)AAlertingRuleListFluent. addToItems(AlertingRule... items)protected voidAlertingRuleFluent. copyInstance(AlertingRule instance)AAlertingRuleListFluent. removeFromItems(AlertingRule... items)AlertingRuleListFluent.ItemsNested<A>AlertingRuleListFluent. setNewItemLike(int index, AlertingRule item)AAlertingRuleListFluent. setToItems(int index, AlertingRule item)AAlertingRuleListFluent. withItems(AlertingRule... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type AlertingRule Modifier and Type Method Description AAlertingRuleListFluent. addAllToItems(Collection<AlertingRule> items)AAlertingRuleListFluent. removeAllFromItems(Collection<AlertingRule> items)voidAlertingRuleList. setItems(List<AlertingRule> items)items is a list of AlertingRule objects.AAlertingRuleListFluent. withItems(List<AlertingRule> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertingRule Constructor Description AlertingRuleBuilder(AlertingRule instance)AlertingRuleBuilder(AlertingRuleFluent<?> fluent, AlertingRule instance)AlertingRuleFluent(AlertingRule instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type AlertingRule Constructor Description AlertingRuleList(String apiVersion, List<AlertingRule> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-