| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
RuleGroup |
RuleGroupBuilder.build() |
RuleGroup |
PrometheusRuleSpecFluent.buildFirstGroup() |
RuleGroup |
PrometheusRuleSpecFluent.buildGroup(int index) |
RuleGroup |
PrometheusRuleSpecFluent.buildLastGroup() |
RuleGroup |
PrometheusRuleSpecFluent.buildMatchingGroup(Predicate<RuleGroupBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroup> |
PrometheusRuleSpecFluent.buildGroups() |
List<RuleGroup> |
PrometheusRuleSpec.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
PrometheusRuleSpecFluent.GroupsNested<A> |
PrometheusRuleSpecFluent.addNewGroupLike(RuleGroup item) |
A |
PrometheusRuleSpecFluent.addToGroups(int index,
RuleGroup item) |
A |
PrometheusRuleSpecFluent.addToGroups(RuleGroup... items) |
protected void |
RuleGroupFluent.copyInstance(RuleGroup instance) |
A |
PrometheusRuleSpecFluent.removeFromGroups(RuleGroup... items) |
PrometheusRuleSpecFluent.GroupsNested<A> |
PrometheusRuleSpecFluent.setNewGroupLike(int index,
RuleGroup item) |
A |
PrometheusRuleSpecFluent.setToGroups(int index,
RuleGroup item) |
A |
PrometheusRuleSpecFluent.withGroups(RuleGroup... groups) |
| Modifier and Type | Method and Description |
|---|---|
A |
PrometheusRuleSpecFluent.addAllToGroups(Collection<RuleGroup> items) |
A |
PrometheusRuleSpecFluent.removeAllFromGroups(Collection<RuleGroup> items) |
void |
PrometheusRuleSpec.setGroups(List<RuleGroup> groups) |
A |
PrometheusRuleSpecFluent.withGroups(List<RuleGroup> groups) |
| Constructor and Description |
|---|
RuleGroupBuilder(RuleGroup instance) |
RuleGroupBuilder(RuleGroupFluent<?> fluent,
RuleGroup instance) |
RuleGroupFluent(RuleGroup instance) |
| Constructor and Description |
|---|
PrometheusRuleSpec(List<RuleGroup> groups) |
Copyright © 2015–2024 Red Hat. All rights reserved.