| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
PrometheusSpec |
PrometheusSpecBuilder.build() |
PrometheusSpec |
PrometheusFluent.buildSpec() |
PrometheusSpec |
PrometheusFluentImpl.buildSpec() |
PrometheusSpec |
PrometheusFluent.getSpec()
Deprecated.
|
PrometheusSpec |
PrometheusFluentImpl.getSpec()
Deprecated.
|
PrometheusSpec |
Prometheus.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
PrometheusFluent.SpecNested<A> |
PrometheusFluent.editOrNewSpecLike(PrometheusSpec item) |
PrometheusFluent.SpecNested<A> |
PrometheusFluentImpl.editOrNewSpecLike(PrometheusSpec item) |
void |
Prometheus.setSpec(PrometheusSpec spec) |
PrometheusFluent.SpecNested<A> |
PrometheusFluent.withNewSpecLike(PrometheusSpec item) |
PrometheusFluent.SpecNested<A> |
PrometheusFluentImpl.withNewSpecLike(PrometheusSpec item) |
A |
PrometheusFluent.withSpec(PrometheusSpec spec) |
A |
PrometheusFluentImpl.withSpec(PrometheusSpec spec) |
| Constructor and Description |
|---|
Prometheus(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
PrometheusSpec spec,
PrometheusStatus status) |
PrometheusSpecBuilder(PrometheusSpec instance) |
PrometheusSpecBuilder(PrometheusSpec instance,
Boolean validationEnabled) |
PrometheusSpecBuilder(PrometheusSpecFluent<?> fluent,
PrometheusSpec instance) |
PrometheusSpecBuilder(PrometheusSpecFluent<?> fluent,
PrometheusSpec instance,
Boolean validationEnabled) |
PrometheusSpecFluentImpl(PrometheusSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.