Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.WebTLSConfig
-
Packages that use WebTLSConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of WebTLSConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return WebTLSConfig Modifier and Type Method Description WebTLSConfigWebTLSConfigBuilder. build()WebTLSConfigClusterTLSConfigFluent. buildServer()WebTLSConfigAlertmanagerWebSpecFluent. buildTlsConfig()WebTLSConfigPrometheusWebSpecFluent. buildTlsConfig()WebTLSConfigThanosRulerWebSpecFluent. buildTlsConfig()WebTLSConfigWebConfigFileFieldsFluent. buildTlsConfig()WebTLSConfigClusterTLSConfig. getServer()ClusterTLSConfig defines the mutual TLS configuration for the Alertmanager cluster TLS protocol.WebTLSConfigAlertmanagerWebSpec. getTlsConfig()AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.WebTLSConfigPrometheusWebSpec. getTlsConfig()PrometheusWebSpec defines the configuration of the Prometheus web server.WebTLSConfigThanosRulerWebSpec. getTlsConfig()ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.WebTLSConfigWebConfigFileFields. getTlsConfig()WebConfigFileFields defines the file content for --web.config.file flag.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type WebTLSConfig Modifier and Type Method Description protected voidWebTLSConfigFluent. copyInstance(WebTLSConfig instance)ClusterTLSConfigFluent.ServerNested<A>ClusterTLSConfigFluent. editOrNewServerLike(WebTLSConfig item)AlertmanagerWebSpecFluent.TlsConfigNested<A>AlertmanagerWebSpecFluent. editOrNewTlsConfigLike(WebTLSConfig item)PrometheusWebSpecFluent.TlsConfigNested<A>PrometheusWebSpecFluent. editOrNewTlsConfigLike(WebTLSConfig item)ThanosRulerWebSpecFluent.TlsConfigNested<A>ThanosRulerWebSpecFluent. editOrNewTlsConfigLike(WebTLSConfig item)WebConfigFileFieldsFluent.TlsConfigNested<A>WebConfigFileFieldsFluent. editOrNewTlsConfigLike(WebTLSConfig item)voidClusterTLSConfig. setServer(WebTLSConfig server)ClusterTLSConfig defines the mutual TLS configuration for the Alertmanager cluster TLS protocol.voidAlertmanagerWebSpec. setTlsConfig(WebTLSConfig tlsConfig)AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.voidPrometheusWebSpec. setTlsConfig(WebTLSConfig tlsConfig)PrometheusWebSpec defines the configuration of the Prometheus web server.voidThanosRulerWebSpec. setTlsConfig(WebTLSConfig tlsConfig)ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.voidWebConfigFileFields. setTlsConfig(WebTLSConfig tlsConfig)WebConfigFileFields defines the file content for --web.config.file flag.ClusterTLSConfigFluent.ServerNested<A>ClusterTLSConfigFluent. withNewServerLike(WebTLSConfig item)AlertmanagerWebSpecFluent.TlsConfigNested<A>AlertmanagerWebSpecFluent. withNewTlsConfigLike(WebTLSConfig item)PrometheusWebSpecFluent.TlsConfigNested<A>PrometheusWebSpecFluent. withNewTlsConfigLike(WebTLSConfig item)ThanosRulerWebSpecFluent.TlsConfigNested<A>ThanosRulerWebSpecFluent. withNewTlsConfigLike(WebTLSConfig item)WebConfigFileFieldsFluent.TlsConfigNested<A>WebConfigFileFieldsFluent. withNewTlsConfigLike(WebTLSConfig item)AClusterTLSConfigFluent. withServer(WebTLSConfig server)AAlertmanagerWebSpecFluent. withTlsConfig(WebTLSConfig tlsConfig)APrometheusWebSpecFluent. withTlsConfig(WebTLSConfig tlsConfig)AThanosRulerWebSpecFluent. withTlsConfig(WebTLSConfig tlsConfig)AWebConfigFileFieldsFluent. withTlsConfig(WebTLSConfig tlsConfig)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type WebTLSConfig Constructor Description AlertmanagerWebSpec(Long getConcurrency, WebHTTPConfig httpConfig, Long timeout, WebTLSConfig tlsConfig)ClusterTLSConfig(SafeTLSConfig client, WebTLSConfig server)PrometheusWebSpec(WebHTTPConfig httpConfig, Integer maxConnections, String pageTitle, WebTLSConfig tlsConfig)ThanosRulerWebSpec(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)WebConfigFileFields(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)WebTLSConfigBuilder(WebTLSConfig instance)WebTLSConfigBuilder(WebTLSConfigFluent<?> fluent, WebTLSConfig instance)WebTLSConfigFluent(WebTLSConfig instance)
-