Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.AlertingSpecFluent.AlertmanagersNested
-
Packages that use AlertingSpecFluent.AlertmanagersNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of AlertingSpecFluent.AlertmanagersNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return AlertingSpecFluent.AlertmanagersNested Modifier and Type Method Description AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. addNewAlertmanager()AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. addNewAlertmanagerLike(AlertmanagerEndpoints item)AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. editAlertmanager(int index)AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. editFirstAlertmanager()AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. editLastAlertmanager()AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. editMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)AlertingSpecFluent.AlertmanagersNested<A>AlertingSpecFluent. setNewAlertmanagerLike(int index, AlertmanagerEndpoints item)
-