Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerSpec
-
Packages that use AlertmanagerSpec Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of AlertmanagerSpec in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return AlertmanagerSpec Modifier and Type Method Description AlertmanagerSpecAlertmanagerSpecBuilder. build()AlertmanagerSpecAlertmanagerFluent. buildSpec()AlertmanagerSpecAlertmanager. getSpec()The `Alertmanager` custom resource definition (CRD) defines a desired [Alertmanager](https://prometheus.io/docs/alerting) setup to run in a Kubernetes cluster.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertmanagerSpec Modifier and Type Method Description protected voidAlertmanagerSpecFluent. copyInstance(AlertmanagerSpec instance)AlertmanagerFluent.SpecNested<A>AlertmanagerFluent. editOrNewSpecLike(AlertmanagerSpec item)voidAlertmanager. setSpec(AlertmanagerSpec spec)The `Alertmanager` custom resource definition (CRD) defines a desired [Alertmanager](https://prometheus.io/docs/alerting) setup to run in a Kubernetes cluster.AlertmanagerFluent.SpecNested<A>AlertmanagerFluent. withNewSpecLike(AlertmanagerSpec item)AAlertmanagerFluent. withSpec(AlertmanagerSpec spec)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type AlertmanagerSpec Constructor Description Alertmanager(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, AlertmanagerSpec spec, AlertmanagerStatus status)AlertmanagerSpecBuilder(AlertmanagerSpec instance)AlertmanagerSpecBuilder(AlertmanagerSpecFluent<?> fluent, AlertmanagerSpec instance)AlertmanagerSpecFluent(AlertmanagerSpec instance)
-