public interface PrometheusRuleSpecFluent<A extends PrometheusRuleSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrometheusRuleSpecFluent.GroupsNested<N> |
A addAllToGroups(Collection<RuleGroup> items)
A removeAllFromGroups(Collection<RuleGroup> items)
A removeMatchingFromGroups(Predicate<RuleGroupBuilder> predicate)
@Deprecated List<RuleGroup> getGroups()
RuleGroup buildGroup(int index)
RuleGroup buildFirstGroup()
RuleGroup buildLastGroup()
RuleGroup buildMatchingGroup(Predicate<RuleGroupBuilder> predicate)
Boolean hasMatchingGroup(Predicate<RuleGroupBuilder> predicate)
Boolean hasGroups()
PrometheusRuleSpecFluent.GroupsNested<A> addNewGroup()
PrometheusRuleSpecFluent.GroupsNested<A> addNewGroupLike(RuleGroup item)
PrometheusRuleSpecFluent.GroupsNested<A> setNewGroupLike(int index, RuleGroup item)
PrometheusRuleSpecFluent.GroupsNested<A> editGroup(int index)
PrometheusRuleSpecFluent.GroupsNested<A> editFirstGroup()
PrometheusRuleSpecFluent.GroupsNested<A> editLastGroup()
PrometheusRuleSpecFluent.GroupsNested<A> editMatchingGroup(Predicate<RuleGroupBuilder> predicate)
Copyright © 2015–2021 Red Hat. All rights reserved.