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