Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.GlobalSMTPConfig
-
Packages that use GlobalSMTPConfig Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of GlobalSMTPConfig in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return GlobalSMTPConfig Modifier and Type Method Description GlobalSMTPConfigGlobalSMTPConfigBuilder. build()GlobalSMTPConfigAlertmanagerGlobalConfigFluent. buildSmtp()GlobalSMTPConfigAlertmanagerGlobalConfig. getSmtp()AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalSMTPConfig Modifier and Type Method Description protected voidGlobalSMTPConfigFluent. copyInstance(GlobalSMTPConfig instance)AlertmanagerGlobalConfigFluent.SmtpNested<A>AlertmanagerGlobalConfigFluent. editOrNewSmtpLike(GlobalSMTPConfig item)voidAlertmanagerGlobalConfig. setSmtp(GlobalSMTPConfig smtp)AlertmanagerGlobalConfig configures parameters that are valid in all other configuration contexts.AlertmanagerGlobalConfigFluent.SmtpNested<A>AlertmanagerGlobalConfigFluent. withNewSmtpLike(GlobalSMTPConfig item)AAlertmanagerGlobalConfigFluent. withSmtp(GlobalSMTPConfig smtp)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type GlobalSMTPConfig 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)GlobalSMTPConfigBuilder(GlobalSMTPConfig instance)GlobalSMTPConfigBuilder(GlobalSMTPConfigFluent<?> fluent, GlobalSMTPConfig instance)GlobalSMTPConfigFluent(GlobalSMTPConfig instance)
-