| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
WebHTTPConfig |
WebHTTPConfigBuilder.build() |
WebHTTPConfig |
PrometheusWebSpecFluent.buildHttpConfig() |
WebHTTPConfig |
AlertmanagerWebSpecFluent.buildHttpConfig() |
WebHTTPConfig |
AlertmanagerWebSpec.getHttpConfig() |
WebHTTPConfig |
PrometheusWebSpec.getHttpConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebHTTPConfigFluent.copyInstance(WebHTTPConfig instance) |
PrometheusWebSpecFluent.HttpConfigNested<A> |
PrometheusWebSpecFluent.editOrNewHttpConfigLike(WebHTTPConfig item) |
AlertmanagerWebSpecFluent.HttpConfigNested<A> |
AlertmanagerWebSpecFluent.editOrNewHttpConfigLike(WebHTTPConfig item) |
void |
AlertmanagerWebSpec.setHttpConfig(WebHTTPConfig httpConfig) |
void |
PrometheusWebSpec.setHttpConfig(WebHTTPConfig httpConfig) |
A |
PrometheusWebSpecFluent.withHttpConfig(WebHTTPConfig httpConfig) |
A |
AlertmanagerWebSpecFluent.withHttpConfig(WebHTTPConfig httpConfig) |
PrometheusWebSpecFluent.HttpConfigNested<A> |
PrometheusWebSpecFluent.withNewHttpConfigLike(WebHTTPConfig item) |
AlertmanagerWebSpecFluent.HttpConfigNested<A> |
AlertmanagerWebSpecFluent.withNewHttpConfigLike(WebHTTPConfig item) |
| Constructor and Description |
|---|
AlertmanagerWebSpec(Integer getConcurrency,
WebHTTPConfig httpConfig,
Integer timeout,
WebTLSConfig tlsConfig) |
PrometheusWebSpec(WebHTTPConfig httpConfig,
Integer maxConnections,
String pageTitle,
WebTLSConfig tlsConfig) |
WebHTTPConfigBuilder(WebHTTPConfig instance) |
WebHTTPConfigBuilder(WebHTTPConfigFluent<?> fluent,
WebHTTPConfig instance) |
WebHTTPConfigFluent(WebHTTPConfig instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.