Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.GlobalTelegramConfig
-
Packages that use GlobalTelegramConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of GlobalTelegramConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return GlobalTelegramConfig Modifier and Type Method Description GlobalTelegramConfigGlobalTelegramConfigBuilder. build()GlobalTelegramConfigAlertmanagerGlobalConfigFluent. buildTelegram()GlobalTelegramConfigAlertmanagerGlobalConfig. getTelegram()AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalTelegramConfig Modifier and Type Method Description protected voidGlobalTelegramConfigFluent. copyInstance(GlobalTelegramConfig instance)AlertmanagerGlobalConfigFluent.TelegramNested<A>AlertmanagerGlobalConfigFluent. editOrNewTelegramLike(GlobalTelegramConfig item)voidAlertmanagerGlobalConfig. setTelegram(GlobalTelegramConfig telegram)AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.AlertmanagerGlobalConfigFluent.TelegramNested<A>AlertmanagerGlobalConfigFluent. withNewTelegramLike(GlobalTelegramConfig item)AAlertmanagerGlobalConfigFluent. withTelegram(GlobalTelegramConfig telegram)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalTelegramConfig 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)GlobalTelegramConfigBuilder(GlobalTelegramConfig instance)GlobalTelegramConfigBuilder(GlobalTelegramConfigFluent<?> fluent, GlobalTelegramConfig instance)GlobalTelegramConfigFluent(GlobalTelegramConfig instance)
-