@Generated(value="jsonschema2pojo") public class PrometheusWebSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrometheusWebSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PrometheusWebSpec()
No args constructor for use in serialization
|
PrometheusWebSpec(WebHTTPConfig httpConfig,
Integer maxConnections,
String pageTitle,
WebTLSConfig tlsConfig) |
| Modifier and Type | Method and Description |
|---|---|
PrometheusWebSpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
WebHTTPConfig |
getHttpConfig() |
Integer |
getMaxConnections() |
String |
getPageTitle() |
WebTLSConfig |
getTlsConfig() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHttpConfig(WebHTTPConfig httpConfig) |
void |
setMaxConnections(Integer maxConnections) |
void |
setPageTitle(String pageTitle) |
void |
setTlsConfig(WebTLSConfig tlsConfig) |
PrometheusWebSpecBuilder |
toBuilder() |
public PrometheusWebSpec()
public PrometheusWebSpec(WebHTTPConfig httpConfig, Integer maxConnections, String pageTitle, WebTLSConfig tlsConfig)
public WebHTTPConfig getHttpConfig()
public void setHttpConfig(WebHTTPConfig httpConfig)
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public String getPageTitle()
public void setPageTitle(String pageTitle)
public WebTLSConfig getTlsConfig()
public void setTlsConfig(WebTLSConfig tlsConfig)
public PrometheusWebSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PrometheusWebSpecBuilder>public PrometheusWebSpecBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.