public class PrometheusWebSpecFluent<A extends PrometheusWebSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusWebSpecFluent.HttpConfigNested<N> |
class |
PrometheusWebSpecFluent.TlsConfigNested<N> |
| Constructor and Description |
|---|
PrometheusWebSpecFluent() |
PrometheusWebSpecFluent(PrometheusWebSpec instance) |
public PrometheusWebSpecFluent()
public PrometheusWebSpecFluent(PrometheusWebSpec instance)
protected void copyInstance(PrometheusWebSpec instance)
public WebHTTPConfig buildHttpConfig()
public A withHttpConfig(WebHTTPConfig httpConfig)
public boolean hasHttpConfig()
public PrometheusWebSpecFluent.HttpConfigNested<A> withNewHttpConfig()
public PrometheusWebSpecFluent.HttpConfigNested<A> withNewHttpConfigLike(WebHTTPConfig item)
public PrometheusWebSpecFluent.HttpConfigNested<A> editHttpConfig()
public PrometheusWebSpecFluent.HttpConfigNested<A> editOrNewHttpConfig()
public PrometheusWebSpecFluent.HttpConfigNested<A> editOrNewHttpConfigLike(WebHTTPConfig item)
public Integer getMaxConnections()
public boolean hasMaxConnections()
public String getPageTitle()
public boolean hasPageTitle()
public WebTLSConfig buildTlsConfig()
public A withTlsConfig(WebTLSConfig tlsConfig)
public boolean hasTlsConfig()
public PrometheusWebSpecFluent.TlsConfigNested<A> withNewTlsConfig()
public PrometheusWebSpecFluent.TlsConfigNested<A> withNewTlsConfigLike(WebTLSConfig item)
public PrometheusWebSpecFluent.TlsConfigNested<A> editTlsConfig()
public PrometheusWebSpecFluent.TlsConfigNested<A> editOrNewTlsConfig()
public PrometheusWebSpecFluent.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 PrometheusWebSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusWebSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.