@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusRuleSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_GROUPS |
| Constructor and Description |
|---|
V1PrometheusRuleSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1PrometheusRuleSpec |
addGroupsItem(V1PrometheusRuleSpecGroups groupsItem) |
boolean |
equals(Object o) |
List<V1PrometheusRuleSpecGroups> |
getGroups()
Content of Prometheus rule file
|
V1PrometheusRuleSpec |
groups(List<V1PrometheusRuleSpecGroups> groups) |
int |
hashCode() |
void |
setGroups(List<V1PrometheusRuleSpecGroups> groups) |
String |
toString() |
public static final String SERIALIZED_NAME_GROUPS
public V1PrometheusRuleSpec groups(List<V1PrometheusRuleSpecGroups> groups)
public V1PrometheusRuleSpec addGroupsItem(V1PrometheusRuleSpecGroups groupsItem)
@Nullable public List<V1PrometheusRuleSpecGroups> getGroups()
public void setGroups(List<V1PrometheusRuleSpecGroups> groups)
Copyright © 2020. All rights reserved.