| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
MuteTimeInterval |
MuteTimeIntervalBuilder.build() |
MuteTimeInterval |
AlertmanagerConfigSpecFluent.buildFirstMuteTimeInterval() |
MuteTimeInterval |
AlertmanagerConfigSpecFluent.buildLastMuteTimeInterval() |
MuteTimeInterval |
AlertmanagerConfigSpecFluent.buildMatchingMuteTimeInterval(Predicate<MuteTimeIntervalBuilder> predicate) |
MuteTimeInterval |
AlertmanagerConfigSpecFluent.buildMuteTimeInterval(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<MuteTimeInterval> |
AlertmanagerConfigSpecFluent.buildMuteTimeIntervals() |
List<MuteTimeInterval> |
AlertmanagerConfigSpec.getMuteTimeIntervals() |
| Modifier and Type | Method and Description |
|---|---|
AlertmanagerConfigSpecFluent.MuteTimeIntervalsNested<A> |
AlertmanagerConfigSpecFluent.addNewMuteTimeIntervalLike(MuteTimeInterval item) |
A |
AlertmanagerConfigSpecFluent.addToMuteTimeIntervals(int index,
MuteTimeInterval item) |
A |
AlertmanagerConfigSpecFluent.addToMuteTimeIntervals(MuteTimeInterval... items) |
protected void |
MuteTimeIntervalFluent.copyInstance(MuteTimeInterval instance) |
A |
AlertmanagerConfigSpecFluent.removeFromMuteTimeIntervals(MuteTimeInterval... items) |
AlertmanagerConfigSpecFluent.MuteTimeIntervalsNested<A> |
AlertmanagerConfigSpecFluent.setNewMuteTimeIntervalLike(int index,
MuteTimeInterval item) |
A |
AlertmanagerConfigSpecFluent.setToMuteTimeIntervals(int index,
MuteTimeInterval item) |
A |
AlertmanagerConfigSpecFluent.withMuteTimeIntervals(MuteTimeInterval... muteTimeIntervals) |
| Modifier and Type | Method and Description |
|---|---|
A |
AlertmanagerConfigSpecFluent.addAllToMuteTimeIntervals(Collection<MuteTimeInterval> items) |
A |
AlertmanagerConfigSpecFluent.removeAllFromMuteTimeIntervals(Collection<MuteTimeInterval> items) |
void |
AlertmanagerConfigSpec.setMuteTimeIntervals(List<MuteTimeInterval> muteTimeIntervals) |
A |
AlertmanagerConfigSpecFluent.withMuteTimeIntervals(List<MuteTimeInterval> muteTimeIntervals) |
| Constructor and Description |
|---|
MuteTimeIntervalBuilder(MuteTimeInterval instance) |
MuteTimeIntervalBuilder(MuteTimeIntervalFluent<?> fluent,
MuteTimeInterval instance) |
MuteTimeIntervalFluent(MuteTimeInterval instance) |
| Constructor and Description |
|---|
AlertmanagerConfigSpec(List<InhibitRule> inhibitRules,
List<MuteTimeInterval> muteTimeIntervals,
List<Receiver> receivers,
Route route) |
Copyright © 2015–2024 Red Hat. All rights reserved.