Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.GlobalWeChatConfig
-
Packages that use GlobalWeChatConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of GlobalWeChatConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return GlobalWeChatConfig Modifier and Type Method Description GlobalWeChatConfigGlobalWeChatConfigBuilder. build()GlobalWeChatConfigAlertmanagerGlobalConfigFluent. buildWechat()GlobalWeChatConfigAlertmanagerGlobalConfig. getWechat()AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalWeChatConfig Modifier and Type Method Description protected voidGlobalWeChatConfigFluent. copyInstance(GlobalWeChatConfig instance)AlertmanagerGlobalConfigFluent.WechatNested<A>AlertmanagerGlobalConfigFluent. editOrNewWechatLike(GlobalWeChatConfig item)voidAlertmanagerGlobalConfig. setWechat(GlobalWeChatConfig wechat)AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.AlertmanagerGlobalConfigFluent.WechatNested<A>AlertmanagerGlobalConfigFluent. withNewWechatLike(GlobalWeChatConfig item)AAlertmanagerGlobalConfigFluent. withWechat(GlobalWeChatConfig wechat)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalWeChatConfig 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)GlobalWeChatConfigBuilder(GlobalWeChatConfig instance)GlobalWeChatConfigBuilder(GlobalWeChatConfigFluent<?> fluent, GlobalWeChatConfig instance)GlobalWeChatConfigFluent(GlobalWeChatConfig instance)
-