Class AlertmanagerGlobalConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerGlobalConfigFluent<AlertmanagerGlobalConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerGlobalConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AlertmanagerGlobalConfig>,io.fabric8.kubernetes.api.builder.Visitable<AlertmanagerGlobalConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerGlobalConfig,AlertmanagerGlobalConfigBuilder>
public class AlertmanagerGlobalConfigBuilder extends AlertmanagerGlobalConfigFluent<AlertmanagerGlobalConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerGlobalConfig,AlertmanagerGlobalConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerGlobalConfigFluent
AlertmanagerGlobalConfigFluent.HttpConfigNested<N>, AlertmanagerGlobalConfigFluent.JiraNested<N>, AlertmanagerGlobalConfigFluent.RocketChatNested<N>, AlertmanagerGlobalConfigFluent.SmtpNested<N>, AlertmanagerGlobalConfigFluent.TelegramNested<N>, AlertmanagerGlobalConfigFluent.VictoropsNested<N>, AlertmanagerGlobalConfigFluent.WebexNested<N>, AlertmanagerGlobalConfigFluent.WechatNested<N>
-
-
Constructor Summary
Constructors Constructor Description AlertmanagerGlobalConfigBuilder()AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfig instance)AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfigFluent<?> fluent)AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfigFluent<?> fluent, AlertmanagerGlobalConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertmanagerGlobalConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerGlobalConfigFluent
addToAdditionalProperties, addToAdditionalProperties, buildHttpConfig, buildJira, buildRocketChat, buildSmtp, buildTelegram, buildVictorops, buildWebex, buildWechat, copyInstance, editHttpConfig, editJira, editOrNewHttpConfig, editOrNewHttpConfigLike, editOrNewJira, editOrNewJiraLike, editOrNewRocketChat, editOrNewRocketChatLike, editOrNewSmtp, editOrNewSmtpLike, editOrNewTelegram, editOrNewTelegramLike, editOrNewVictorops, editOrNewVictoropsLike, editOrNewWebex, editOrNewWebexLike, editOrNewWechat, editOrNewWechatLike, editRocketChat, editSmtp, editTelegram, editVictorops, editWebex, editWechat, equals, getAdditionalProperties, getOpsGenieApiKey, getOpsGenieApiUrl, getPagerdutyUrl, getResolveTimeout, getSlackApiUrl, hasAdditionalProperties, hashCode, hasHttpConfig, hasJira, hasOpsGenieApiKey, hasOpsGenieApiUrl, hasPagerdutyUrl, hasResolveTimeout, hasRocketChat, hasSlackApiUrl, hasSmtp, hasTelegram, hasVictorops, hasWebex, hasWechat, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withHttpConfig, withJira, withNewHttpConfig, withNewHttpConfigLike, withNewJira, withNewJira, withNewJiraLike, withNewOpsGenieApiKey, withNewOpsGenieApiUrl, withNewRocketChat, withNewRocketChatLike, withNewSlackApiUrl, withNewSmtp, withNewSmtpLike, withNewTelegram, withNewTelegram, withNewTelegramLike, withNewVictorops, withNewVictoropsLike, withNewWebex, withNewWebex, withNewWebexLike, withNewWechat, withNewWechatLike, withOpsGenieApiKey, withOpsGenieApiUrl, withPagerdutyUrl, withResolveTimeout, withRocketChat, withSlackApiUrl, withSmtp, withTelegram, withVictorops, withWebex, withWechat
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AlertmanagerGlobalConfigBuilder
public AlertmanagerGlobalConfigBuilder()
-
AlertmanagerGlobalConfigBuilder
public AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfigFluent<?> fluent)
-
AlertmanagerGlobalConfigBuilder
public AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfig instance)
-
AlertmanagerGlobalConfigBuilder
public AlertmanagerGlobalConfigBuilder(AlertmanagerGlobalConfigFluent<?> fluent, AlertmanagerGlobalConfig instance)
-
-
Method Detail
-
build
public AlertmanagerGlobalConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AlertmanagerGlobalConfig>
-
-