Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.WebHTTPConfig
-
Packages that use WebHTTPConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of WebHTTPConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return WebHTTPConfig Modifier and Type Method Description WebHTTPConfigWebHTTPConfigBuilder. build()WebHTTPConfigAlertmanagerWebSpecFluent. buildHttpConfig()WebHTTPConfigPrometheusWebSpecFluent. buildHttpConfig()WebHTTPConfigThanosRulerWebSpecFluent. buildHttpConfig()WebHTTPConfigWebConfigFileFieldsFluent. buildHttpConfig()WebHTTPConfigAlertmanagerWebSpec. getHttpConfig()AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.WebHTTPConfigPrometheusWebSpec. getHttpConfig()PrometheusWebSpec defines the configuration of the Prometheus web server.WebHTTPConfigThanosRulerWebSpec. getHttpConfig()ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.WebHTTPConfigWebConfigFileFields. getHttpConfig()WebConfigFileFields defines the file content for --web.config.file flag.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type WebHTTPConfig Modifier and Type Method Description protected voidWebHTTPConfigFluent. copyInstance(WebHTTPConfig instance)AlertmanagerWebSpecFluent.HttpConfigNested<A>AlertmanagerWebSpecFluent. editOrNewHttpConfigLike(WebHTTPConfig item)PrometheusWebSpecFluent.HttpConfigNested<A>PrometheusWebSpecFluent. editOrNewHttpConfigLike(WebHTTPConfig item)ThanosRulerWebSpecFluent.HttpConfigNested<A>ThanosRulerWebSpecFluent. editOrNewHttpConfigLike(WebHTTPConfig item)WebConfigFileFieldsFluent.HttpConfigNested<A>WebConfigFileFieldsFluent. editOrNewHttpConfigLike(WebHTTPConfig item)voidAlertmanagerWebSpec. setHttpConfig(WebHTTPConfig httpConfig)AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.voidPrometheusWebSpec. setHttpConfig(WebHTTPConfig httpConfig)PrometheusWebSpec defines the configuration of the Prometheus web server.voidThanosRulerWebSpec. setHttpConfig(WebHTTPConfig httpConfig)ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.voidWebConfigFileFields. setHttpConfig(WebHTTPConfig httpConfig)WebConfigFileFields defines the file content for --web.config.file flag.AAlertmanagerWebSpecFluent. withHttpConfig(WebHTTPConfig httpConfig)APrometheusWebSpecFluent. withHttpConfig(WebHTTPConfig httpConfig)AThanosRulerWebSpecFluent. withHttpConfig(WebHTTPConfig httpConfig)AWebConfigFileFieldsFluent. withHttpConfig(WebHTTPConfig httpConfig)AlertmanagerWebSpecFluent.HttpConfigNested<A>AlertmanagerWebSpecFluent. withNewHttpConfigLike(WebHTTPConfig item)PrometheusWebSpecFluent.HttpConfigNested<A>PrometheusWebSpecFluent. withNewHttpConfigLike(WebHTTPConfig item)ThanosRulerWebSpecFluent.HttpConfigNested<A>ThanosRulerWebSpecFluent. withNewHttpConfigLike(WebHTTPConfig item)WebConfigFileFieldsFluent.HttpConfigNested<A>WebConfigFileFieldsFluent. withNewHttpConfigLike(WebHTTPConfig item)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type WebHTTPConfig Constructor Description AlertmanagerWebSpec(Long getConcurrency, WebHTTPConfig httpConfig, Long timeout, WebTLSConfig tlsConfig)PrometheusWebSpec(WebHTTPConfig httpConfig, Integer maxConnections, String pageTitle, WebTLSConfig tlsConfig)ThanosRulerWebSpec(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)WebConfigFileFields(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)WebHTTPConfigBuilder(WebHTTPConfig instance)WebHTTPConfigBuilder(WebHTTPConfigFluent<?> fluent, WebHTTPConfig instance)WebHTTPConfigFluent(WebHTTPConfig instance)
-