@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusRuleSpecRules extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALERT |
static String |
SERIALIZED_NAME_ANNOTATIONS |
static String |
SERIALIZED_NAME_EXPR |
static String |
SERIALIZED_NAME_FOR |
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_RECORD |
| Constructor and Description |
|---|
V1PrometheusRuleSpecRules() |
public static final String SERIALIZED_NAME_ALERT
public static final String SERIALIZED_NAME_ANNOTATIONS
public static final String SERIALIZED_NAME_EXPR
public static final String SERIALIZED_NAME_FOR
public static final String SERIALIZED_NAME_LABELS
public static final String SERIALIZED_NAME_RECORD
public V1PrometheusRuleSpecRules alert(String alert)
public void setAlert(String alert)
public V1PrometheusRuleSpecRules annotations(Map<String,String> annotations)
public V1PrometheusRuleSpecRules putAnnotationsItem(String key, String annotationsItem)
@Nullable public Map<String,String> getAnnotations()
public V1PrometheusRuleSpecRules expr(Object expr)
public Object getExpr()
public void setExpr(Object expr)
public V1PrometheusRuleSpecRules _for(String _for)
public void setFor(String _for)
public V1PrometheusRuleSpecRules labels(Map<String,String> labels)
public V1PrometheusRuleSpecRules putLabelsItem(String key, String labelsItem)
public V1PrometheusRuleSpecRules record(String record)
public void setRecord(String record)
Copyright © 2020. All rights reserved.