@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecAlerting extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALERTMANAGERS |
| Constructor and Description |
|---|
V1PrometheusSpecAlerting() |
| Modifier and Type | Method and Description |
|---|---|
V1PrometheusSpecAlerting |
addAlertmanagersItem(V1PrometheusSpecAlertingAlertmanagers alertmanagersItem) |
V1PrometheusSpecAlerting |
alertmanagers(List<V1PrometheusSpecAlertingAlertmanagers> alertmanagers) |
boolean |
equals(Object o) |
List<V1PrometheusSpecAlertingAlertmanagers> |
getAlertmanagers()
AlertmanagerEndpoints Prometheus should fire alerts against.
|
int |
hashCode() |
void |
setAlertmanagers(List<V1PrometheusSpecAlertingAlertmanagers> alertmanagers) |
String |
toString() |
public static final String SERIALIZED_NAME_ALERTMANAGERS
public V1PrometheusSpecAlerting alertmanagers(List<V1PrometheusSpecAlertingAlertmanagers> alertmanagers)
public V1PrometheusSpecAlerting addAlertmanagersItem(V1PrometheusSpecAlertingAlertmanagers alertmanagersItem)
public List<V1PrometheusSpecAlertingAlertmanagers> getAlertmanagers()
public void setAlertmanagers(List<V1PrometheusSpecAlertingAlertmanagers> alertmanagers)
Copyright © 2020. All rights reserved.