Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.GlobalWebexConfig
-
Packages that use GlobalWebexConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of GlobalWebexConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return GlobalWebexConfig Modifier and Type Method Description GlobalWebexConfigGlobalWebexConfigBuilder. build()GlobalWebexConfigAlertmanagerGlobalConfigFluent. buildWebex()GlobalWebexConfigAlertmanagerGlobalConfig. getWebex()AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalWebexConfig Modifier and Type Method Description protected voidGlobalWebexConfigFluent. copyInstance(GlobalWebexConfig instance)AlertmanagerGlobalConfigFluent.WebexNested<A>AlertmanagerGlobalConfigFluent. editOrNewWebexLike(GlobalWebexConfig item)voidAlertmanagerGlobalConfig. setWebex(GlobalWebexConfig webex)AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.AlertmanagerGlobalConfigFluent.WebexNested<A>AlertmanagerGlobalConfigFluent. withNewWebexLike(GlobalWebexConfig item)AAlertmanagerGlobalConfigFluent. withWebex(GlobalWebexConfig webex)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalWebexConfig 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)GlobalWebexConfigBuilder(GlobalWebexConfig instance)GlobalWebexConfigBuilder(GlobalWebexConfigFluent<?> fluent, GlobalWebexConfig instance)GlobalWebexConfigFluent(GlobalWebexConfig instance)
-