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