Class PrometheusWebSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PrometheusWebSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrometheusWebSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrometheusWebSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrometheusWebSpec defines the configuration of the Prometheus web server.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrometheusWebSpec

        public PrometheusWebSpec()
        No args constructor for use in serialization
    • Method Detail

      • getHttpConfig

        public WebHTTPConfig getHttpConfig()
        PrometheusWebSpec defines the configuration of the Prometheus web server.
      • setHttpConfig

        public void setHttpConfig​(WebHTTPConfig httpConfig)
        PrometheusWebSpec defines the configuration of the Prometheus web server.
      • getMaxConnections

        public Integer getMaxConnections()
        Defines the maximum number of simultaneous connections A zero value means that Prometheus doesn't accept any incoming connection.
      • setMaxConnections

        public void setMaxConnections​(Integer maxConnections)
        Defines the maximum number of simultaneous connections A zero value means that Prometheus doesn't accept any incoming connection.
      • getPageTitle

        public String getPageTitle()
        The prometheus web page title.
      • setPageTitle

        public void setPageTitle​(String pageTitle)
        The prometheus web page title.
      • getTlsConfig

        public WebTLSConfig getTlsConfig()
        PrometheusWebSpec defines the configuration of the Prometheus web server.
      • setTlsConfig

        public void setTlsConfig​(WebTLSConfig tlsConfig)
        PrometheusWebSpec defines the configuration of the Prometheus web server.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)