Uses of Class
io.fabric8.openshift.api.model.monitoring.v1beta1.TimeInterval
-
Packages that use TimeInterval Package Description io.fabric8.openshift.api.model.monitoring.v1beta1 -
-
Uses of TimeInterval in io.fabric8.openshift.api.model.monitoring.v1beta1
Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return TimeInterval Modifier and Type Method Description TimeIntervalTimeIntervalBuilder. build()TimeIntervalAlertmanagerConfigSpecFluent. buildFirstTimeInterval()TimeIntervalAlertmanagerConfigSpecFluent. buildLastTimeInterval()TimeIntervalAlertmanagerConfigSpecFluent. buildMatchingTimeInterval(Predicate<TimeIntervalBuilder> predicate)TimeIntervalAlertmanagerConfigSpecFluent. buildTimeInterval(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 that return types with arguments of type TimeInterval Modifier and Type Method Description List<TimeInterval>AlertmanagerConfigSpecFluent. buildTimeIntervals()List<TimeInterval>AlertmanagerConfigSpec. getTimeIntervals()List of TimeInterval specifying when the routes should be muted or active.Methods in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type TimeInterval Modifier and Type Method Description AlertmanagerConfigSpecFluent.TimeIntervalsNested<A>AlertmanagerConfigSpecFluent. addNewTimeIntervalLike(TimeInterval item)AAlertmanagerConfigSpecFluent. addToTimeIntervals(int index, TimeInterval item)AAlertmanagerConfigSpecFluent. addToTimeIntervals(TimeInterval... items)protected voidTimeIntervalFluent. copyInstance(TimeInterval instance)AAlertmanagerConfigSpecFluent. removeFromTimeIntervals(TimeInterval... items)AlertmanagerConfigSpecFluent.TimeIntervalsNested<A>AlertmanagerConfigSpecFluent. setNewTimeIntervalLike(int index, TimeInterval item)AAlertmanagerConfigSpecFluent. setToTimeIntervals(int index, TimeInterval item)AAlertmanagerConfigSpecFluent. withTimeIntervals(TimeInterval... timeIntervals)Method parameters in io.fabric8.openshift.api.model.monitoring.v1beta1 with type arguments of type TimeInterval Modifier and Type Method Description AAlertmanagerConfigSpecFluent. addAllToTimeIntervals(Collection<TimeInterval> items)AAlertmanagerConfigSpecFluent. removeAllFromTimeIntervals(Collection<TimeInterval> items)voidAlertmanagerConfigSpec. setTimeIntervals(List<TimeInterval> timeIntervals)List of TimeInterval specifying when the routes should be muted or active.AAlertmanagerConfigSpecFluent. withTimeIntervals(List<TimeInterval> timeIntervals)Constructors in io.fabric8.openshift.api.model.monitoring.v1beta1 with parameters of type TimeInterval Constructor Description TimeIntervalBuilder(TimeInterval instance)TimeIntervalBuilder(TimeIntervalFluent<?> fluent, TimeInterval instance)TimeIntervalFluent(TimeInterval instance)
-