Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerEndpoints
-
Packages that use AlertmanagerEndpoints Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of AlertmanagerEndpoints in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return AlertmanagerEndpoints Modifier and Type Method Description AlertmanagerEndpointsAlertmanagerEndpointsBuilder. build()AlertmanagerEndpointsAlertingSpecFluent. buildAlertmanager(int index)AlertmanagerEndpointsAlertingSpecFluent. buildFirstAlertmanager()AlertmanagerEndpointsAlertingSpecFluent. buildLastAlertmanager()AlertmanagerEndpointsAlertingSpecFluent. buildMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type AlertmanagerEndpoints Modifier and Type Method Description List<AlertmanagerEndpoints>AlertingSpecFluent. buildAlertmanagers()List<AlertmanagerEndpoints>AlertingSpec. getAlertmanagers()Alertmanager endpoints where Prometheus should send alerts to.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertmanagerEndpoints Modifier and Type Method Description AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. addNewAlertmanagerLike(AlertmanagerEndpoints item)AAlertingSpecFluent. addToAlertmanagers(int index, AlertmanagerEndpoints item)AAlertingSpecFluent. addToAlertmanagers(AlertmanagerEndpoints... items)protected voidAlertmanagerEndpointsFluent. copyInstance(AlertmanagerEndpoints instance)AAlertingSpecFluent. removeFromAlertmanagers(AlertmanagerEndpoints... items)AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. setNewAlertmanagerLike(int index, AlertmanagerEndpoints item)AAlertingSpecFluent. setToAlertmanagers(int index, AlertmanagerEndpoints item)AAlertingSpecFluent. withAlertmanagers(AlertmanagerEndpoints... alertmanagers)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type AlertmanagerEndpoints Modifier and Type Method Description AAlertingSpecFluent. addAllToAlertmanagers(Collection<AlertmanagerEndpoints> items)AAlertingSpecFluent. removeAllFromAlertmanagers(Collection<AlertmanagerEndpoints> items)voidAlertingSpec. setAlertmanagers(List<AlertmanagerEndpoints> alertmanagers)Alertmanager endpoints where Prometheus should send alerts to.AAlertingSpecFluent. withAlertmanagers(List<AlertmanagerEndpoints> alertmanagers)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertmanagerEndpoints Constructor Description AlertmanagerEndpointsBuilder(AlertmanagerEndpoints instance)AlertmanagerEndpointsBuilder(AlertmanagerEndpointsFluent<?> fluent, AlertmanagerEndpoints instance)AlertmanagerEndpointsFluent(AlertmanagerEndpoints instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type AlertmanagerEndpoints Constructor Description AlertingSpec(List<AlertmanagerEndpoints> alertmanagers)
-