Class GlobalSMTPConfigFluent<A extends GlobalSMTPConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.GlobalSMTPConfigFluent<A>
-
- Direct Known Subclasses:
AlertmanagerGlobalConfigFluent.SmtpNested,GlobalSMTPConfigBuilder
public class GlobalSMTPConfigFluent<A extends GlobalSMTPConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGlobalSMTPConfigFluent.SmartHostNested<N>classGlobalSMTPConfigFluent.TlsConfigNested<N>
-
Constructor Summary
Constructors Constructor Description GlobalSMTPConfigFluent()GlobalSMTPConfigFluent(GlobalSMTPConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GlobalSMTPConfigFluent
public GlobalSMTPConfigFluent()
-
GlobalSMTPConfigFluent
public GlobalSMTPConfigFluent(GlobalSMTPConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GlobalSMTPConfig instance)
-
getAuthIdentity
public String getAuthIdentity()
-
hasAuthIdentity
public boolean hasAuthIdentity()
-
getAuthPassword
public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthPassword()
-
withAuthPassword
public A withAuthPassword(io.fabric8.kubernetes.api.model.SecretKeySelector authPassword)
-
hasAuthPassword
public boolean hasAuthPassword()
-
getAuthSecret
public io.fabric8.kubernetes.api.model.SecretKeySelector getAuthSecret()
-
withAuthSecret
public A withAuthSecret(io.fabric8.kubernetes.api.model.SecretKeySelector authSecret)
-
hasAuthSecret
public boolean hasAuthSecret()
-
getAuthUsername
public String getAuthUsername()
-
hasAuthUsername
public boolean hasAuthUsername()
-
getFrom
public String getFrom()
-
hasFrom
public boolean hasFrom()
-
getHello
public String getHello()
-
hasHello
public boolean hasHello()
-
getRequireTLS
public Boolean getRequireTLS()
-
hasRequireTLS
public boolean hasRequireTLS()
-
buildSmartHost
public HostPort buildSmartHost()
-
hasSmartHost
public boolean hasSmartHost()
-
withNewSmartHost
public GlobalSMTPConfigFluent.SmartHostNested<A> withNewSmartHost()
-
withNewSmartHostLike
public GlobalSMTPConfigFluent.SmartHostNested<A> withNewSmartHostLike(HostPort item)
-
editSmartHost
public GlobalSMTPConfigFluent.SmartHostNested<A> editSmartHost()
-
editOrNewSmartHost
public GlobalSMTPConfigFluent.SmartHostNested<A> editOrNewSmartHost()
-
editOrNewSmartHostLike
public GlobalSMTPConfigFluent.SmartHostNested<A> editOrNewSmartHostLike(HostPort item)
-
buildTlsConfig
public SafeTLSConfig buildTlsConfig()
-
withTlsConfig
public A withTlsConfig(SafeTLSConfig tlsConfig)
-
hasTlsConfig
public boolean hasTlsConfig()
-
withNewTlsConfig
public GlobalSMTPConfigFluent.TlsConfigNested<A> withNewTlsConfig()
-
withNewTlsConfigLike
public GlobalSMTPConfigFluent.TlsConfigNested<A> withNewTlsConfigLike(SafeTLSConfig item)
-
editTlsConfig
public GlobalSMTPConfigFluent.TlsConfigNested<A> editTlsConfig()
-
editOrNewTlsConfig
public GlobalSMTPConfigFluent.TlsConfigNested<A> editOrNewTlsConfig()
-
editOrNewTlsConfigLike
public GlobalSMTPConfigFluent.TlsConfigNested<A> editOrNewTlsConfigLike(SafeTLSConfig item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlobalSMTPConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlobalSMTPConfigFluent<A>>
-
withRequireTLS
public A withRequireTLS()
-
-