public class AlertmanagerWebSpecFluent<A extends AlertmanagerWebSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AlertmanagerWebSpecFluent.HttpConfigNested<N> |
class |
AlertmanagerWebSpecFluent.TlsConfigNested<N> |
| Constructor and Description |
|---|
AlertmanagerWebSpecFluent() |
AlertmanagerWebSpecFluent(AlertmanagerWebSpec instance) |
public AlertmanagerWebSpecFluent()
public AlertmanagerWebSpecFluent(AlertmanagerWebSpec instance)
protected void copyInstance(AlertmanagerWebSpec instance)
public Integer getGetConcurrency()
public boolean hasGetConcurrency()
public WebHTTPConfig buildHttpConfig()
public A withHttpConfig(WebHTTPConfig httpConfig)
public boolean hasHttpConfig()
public AlertmanagerWebSpecFluent.HttpConfigNested<A> withNewHttpConfig()
public AlertmanagerWebSpecFluent.HttpConfigNested<A> withNewHttpConfigLike(WebHTTPConfig item)
public AlertmanagerWebSpecFluent.HttpConfigNested<A> editHttpConfig()
public AlertmanagerWebSpecFluent.HttpConfigNested<A> editOrNewHttpConfig()
public AlertmanagerWebSpecFluent.HttpConfigNested<A> editOrNewHttpConfigLike(WebHTTPConfig item)
public Integer getTimeout()
public boolean hasTimeout()
public WebTLSConfig buildTlsConfig()
public A withTlsConfig(WebTLSConfig tlsConfig)
public boolean hasTlsConfig()
public AlertmanagerWebSpecFluent.TlsConfigNested<A> withNewTlsConfig()
public AlertmanagerWebSpecFluent.TlsConfigNested<A> withNewTlsConfigLike(WebTLSConfig item)
public AlertmanagerWebSpecFluent.TlsConfigNested<A> editTlsConfig()
public AlertmanagerWebSpecFluent.TlsConfigNested<A> editOrNewTlsConfig()
public AlertmanagerWebSpecFluent.TlsConfigNested<A> editOrNewTlsConfigLike(WebTLSConfig item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerWebSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerWebSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.