Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.MuteTimeInterval
-
Packages that use MuteTimeInterval Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of MuteTimeInterval in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return MuteTimeInterval Modifier and Type Method Description MuteTimeIntervalMuteTimeIntervalBuilder. build()MuteTimeIntervalAlertmanagerConfigSpecFluent. buildFirstMuteTimeInterval()MuteTimeIntervalAlertmanagerConfigSpecFluent. buildLastMuteTimeInterval()MuteTimeIntervalAlertmanagerConfigSpecFluent. buildMatchingMuteTimeInterval(Predicate<MuteTimeIntervalBuilder> predicate)MuteTimeIntervalAlertmanagerConfigSpecFluent. buildMuteTimeInterval(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type MuteTimeInterval Modifier and Type Method Description List<MuteTimeInterval>AlertmanagerConfigSpecFluent. buildMuteTimeIntervals()List<MuteTimeInterval>AlertmanagerConfigSpec. getMuteTimeIntervals()List of MuteTimeInterval specifying when the routes should be muted.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type MuteTimeInterval Modifier and Type Method Description AlertmanagerConfigSpecFluent.MuteTimeIntervalsNested<A>AlertmanagerConfigSpecFluent. addNewMuteTimeIntervalLike(MuteTimeInterval item)AAlertmanagerConfigSpecFluent. addToMuteTimeIntervals(int index, MuteTimeInterval item)AAlertmanagerConfigSpecFluent. addToMuteTimeIntervals(MuteTimeInterval... items)protected voidMuteTimeIntervalFluent. copyInstance(MuteTimeInterval instance)AAlertmanagerConfigSpecFluent. removeFromMuteTimeIntervals(MuteTimeInterval... items)AlertmanagerConfigSpecFluent.MuteTimeIntervalsNested<A>AlertmanagerConfigSpecFluent. setNewMuteTimeIntervalLike(int index, MuteTimeInterval item)AAlertmanagerConfigSpecFluent. setToMuteTimeIntervals(int index, MuteTimeInterval item)AAlertmanagerConfigSpecFluent. withMuteTimeIntervals(MuteTimeInterval... muteTimeIntervals)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type MuteTimeInterval Modifier and Type Method Description AAlertmanagerConfigSpecFluent. addAllToMuteTimeIntervals(Collection<MuteTimeInterval> items)AAlertmanagerConfigSpecFluent. removeAllFromMuteTimeIntervals(Collection<MuteTimeInterval> items)voidAlertmanagerConfigSpec. setMuteTimeIntervals(List<MuteTimeInterval> muteTimeIntervals)List of MuteTimeInterval specifying when the routes should be muted.AAlertmanagerConfigSpecFluent. withMuteTimeIntervals(List<MuteTimeInterval> muteTimeIntervals)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type MuteTimeInterval Constructor Description MuteTimeIntervalBuilder(MuteTimeInterval instance)MuteTimeIntervalBuilder(MuteTimeIntervalFluent<?> fluent, MuteTimeInterval instance)MuteTimeIntervalFluent(MuteTimeInterval instance)
-