| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
PrometheusRuleSpec |
PrometheusRuleSpecBuilder.build() |
PrometheusRuleSpec |
PrometheusRuleFluent.buildSpec() |
PrometheusRuleSpec |
PrometheusRule.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrometheusRuleSpecFluent.copyInstance(PrometheusRuleSpec instance) |
PrometheusRuleFluent.SpecNested<A> |
PrometheusRuleFluent.editOrNewSpecLike(PrometheusRuleSpec item) |
void |
PrometheusRule.setSpec(PrometheusRuleSpec spec) |
PrometheusRuleFluent.SpecNested<A> |
PrometheusRuleFluent.withNewSpecLike(PrometheusRuleSpec item) |
A |
PrometheusRuleFluent.withSpec(PrometheusRuleSpec spec) |
| Constructor and Description |
|---|
PrometheusRule(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
PrometheusRuleSpec spec) |
PrometheusRuleSpecBuilder(PrometheusRuleSpec instance) |
PrometheusRuleSpecBuilder(PrometheusRuleSpecFluent<?> fluent,
PrometheusRuleSpec instance) |
PrometheusRuleSpecFluent(PrometheusRuleSpec instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.