All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
HostPort |
buildSmartHost() |
protected void |
copyInstance(GlobalSMTPConfig instance) |
GlobalSMTPConfigFluent.SmartHostNested<A> |
editOrNewSmartHost() |
GlobalSMTPConfigFluent.SmartHostNested<A> |
editOrNewSmartHostLike(HostPort item) |
GlobalSMTPConfigFluent.SmartHostNested<A> |
editSmartHost() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAuthIdentity() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getAuthPassword() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getAuthSecret() |
String |
getAuthUsername() |
String |
getFrom() |
String |
getHello() |
Boolean |
getRequireTLS() |
boolean |
hasAdditionalProperties() |
boolean |
hasAuthIdentity() |
boolean |
hasAuthPassword() |
boolean |
hasAuthSecret() |
boolean |
hasAuthUsername() |
boolean |
hasFrom() |
int |
hashCode() |
boolean |
hasHello() |
boolean |
hasRequireTLS() |
boolean |
hasSmartHost() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAuthIdentity(String authIdentity) |
A |
withAuthPassword(io.fabric8.kubernetes.api.model.SecretKeySelector authPassword) |
A |
withAuthSecret(io.fabric8.kubernetes.api.model.SecretKeySelector authSecret) |
A |
withAuthUsername(String authUsername) |
A |
withFrom(String from) |
A |
withHello(String hello) |
A |
withNewAuthPassword(String key,
String name,
Boolean optional) |
A |
withNewAuthSecret(String key,
String name,
Boolean optional) |
GlobalSMTPConfigFluent.SmartHostNested<A> |
withNewSmartHost() |
A |
withNewSmartHost(String host,
String port) |
GlobalSMTPConfigFluent.SmartHostNested<A> |
withNewSmartHostLike(HostPort item) |
A |
withRequireTLS() |
A |
withRequireTLS(Boolean requireTLS) |
A |
withSmartHost(HostPort smartHost) |