All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
HTTPConfig |
buildHttpConfig() |
GlobalSMTPConfig |
buildSmtp() |
protected void |
copyInstance(AlertmanagerGlobalConfig instance) |
AlertmanagerGlobalConfigFluent.HttpConfigNested<A> |
editHttpConfig() |
AlertmanagerGlobalConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfig() |
AlertmanagerGlobalConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfigLike(HTTPConfig item) |
AlertmanagerGlobalConfigFluent.SmtpNested<A> |
editOrNewSmtp() |
AlertmanagerGlobalConfigFluent.SmtpNested<A> |
editOrNewSmtpLike(GlobalSMTPConfig item) |
AlertmanagerGlobalConfigFluent.SmtpNested<A> |
editSmtp() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getOpsGenieApiKey() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getOpsGenieApiUrl() |
String |
getPagerdutyUrl() |
String |
getResolveTimeout() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getSlackApiUrl() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHttpConfig() |
boolean |
hasOpsGenieApiKey() |
boolean |
hasOpsGenieApiUrl() |
boolean |
hasPagerdutyUrl() |
boolean |
hasResolveTimeout() |
boolean |
hasSlackApiUrl() |
boolean |
hasSmtp() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpConfig(HTTPConfig httpConfig) |
AlertmanagerGlobalConfigFluent.HttpConfigNested<A> |
withNewHttpConfig() |
AlertmanagerGlobalConfigFluent.HttpConfigNested<A> |
withNewHttpConfigLike(HTTPConfig item) |
A |
withNewOpsGenieApiKey(String key,
String name,
Boolean optional) |
A |
withNewOpsGenieApiUrl(String key,
String name,
Boolean optional) |
A |
withNewSlackApiUrl(String key,
String name,
Boolean optional) |
AlertmanagerGlobalConfigFluent.SmtpNested<A> |
withNewSmtp() |
AlertmanagerGlobalConfigFluent.SmtpNested<A> |
withNewSmtpLike(GlobalSMTPConfig item) |
A |
withOpsGenieApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector opsGenieApiKey) |
A |
withOpsGenieApiUrl(io.fabric8.kubernetes.api.model.SecretKeySelector opsGenieApiUrl) |
A |
withPagerdutyUrl(String pagerdutyUrl) |
A |
withResolveTimeout(String resolveTimeout) |
A |
withSlackApiUrl(io.fabric8.kubernetes.api.model.SecretKeySelector slackApiUrl) |
A |
withSmtp(GlobalSMTPConfig smtp) |