Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusRule
-
Packages that use PrometheusRule Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PrometheusRule in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PrometheusRule Modifier and Type Method Description PrometheusRulePrometheusRuleBuilder. build()PrometheusRulePrometheusRuleListFluent. buildFirstItem()PrometheusRulePrometheusRuleListFluent. buildItem(int index)PrometheusRulePrometheusRuleListFluent. buildLastItem()PrometheusRulePrometheusRuleListFluent. buildMatchingItem(Predicate<PrometheusRuleBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type PrometheusRule Modifier and Type Method Description List<PrometheusRule>PrometheusRuleListFluent. buildItems()List<PrometheusRule>PrometheusRuleList. getItems()List of RulesMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusRule Modifier and Type Method Description PrometheusRuleListFluent.ItemsNested<A>PrometheusRuleListFluent. addNewItemLike(PrometheusRule item)APrometheusRuleListFluent. addToItems(int index, PrometheusRule item)APrometheusRuleListFluent. addToItems(PrometheusRule... items)protected voidPrometheusRuleFluent. copyInstance(PrometheusRule instance)APrometheusRuleListFluent. removeFromItems(PrometheusRule... items)PrometheusRuleListFluent.ItemsNested<A>PrometheusRuleListFluent. setNewItemLike(int index, PrometheusRule item)APrometheusRuleListFluent. setToItems(int index, PrometheusRule item)APrometheusRuleListFluent. withItems(PrometheusRule... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type PrometheusRule Modifier and Type Method Description APrometheusRuleListFluent. addAllToItems(Collection<PrometheusRule> items)APrometheusRuleListFluent. removeAllFromItems(Collection<PrometheusRule> items)voidPrometheusRuleList. setItems(List<PrometheusRule> items)List of RulesAPrometheusRuleListFluent. withItems(List<PrometheusRule> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusRule Constructor Description PrometheusRuleBuilder(PrometheusRule instance)PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent, PrometheusRule instance)PrometheusRuleFluent(PrometheusRule instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type PrometheusRule Constructor Description PrometheusRuleList(String apiVersion, List<PrometheusRule> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-