Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.HTTPConfig
-
Packages that use HTTPConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of HTTPConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return HTTPConfig Modifier and Type Method Description HTTPConfigHTTPConfigBuilder. build()HTTPConfigAlertmanagerGlobalConfigFluent. buildHttpConfig()HTTPConfigAlertmanagerGlobalConfig. getHttpConfig()AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type HTTPConfig Modifier and Type Method Description protected voidHTTPConfigFluent. copyInstance(HTTPConfig instance)AlertmanagerGlobalConfigFluent.HttpConfigNested<A>AlertmanagerGlobalConfigFluent. editOrNewHttpConfigLike(HTTPConfig item)voidAlertmanagerGlobalConfig. setHttpConfig(HTTPConfig httpConfig)AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.AAlertmanagerGlobalConfigFluent. withHttpConfig(HTTPConfig httpConfig)AlertmanagerGlobalConfigFluent.HttpConfigNested<A>AlertmanagerGlobalConfigFluent. withNewHttpConfigLike(HTTPConfig item)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type HTTPConfig Constructor Description AlertmanagerGlobalConfig(HTTPConfig httpConfig, GlobalJiraConfig jira, io.fabric8.kubernetes.api.model.SecretKeySelector opsGenieApiKey, io.fabric8.kubernetes.api.model.SecretKeySelector opsGenieApiUrl, String pagerdutyUrl, String resolveTimeout, GlobalRocketChatConfig rocketChat, io.fabric8.kubernetes.api.model.SecretKeySelector slackApiUrl, GlobalSMTPConfig smtp, GlobalTelegramConfig telegram, GlobalVictorOpsConfig victorops, GlobalWebexConfig webex, GlobalWeChatConfig wechat)HTTPConfigBuilder(HTTPConfig instance)HTTPConfigBuilder(HTTPConfigFluent<?> fluent, HTTPConfig instance)HTTPConfigFluent(HTTPConfig instance)
-