Class AlertmanagerWebSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AlertmanagerWebSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AlertmanagerWebSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertmanagerWebSpec

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

      • getGetConcurrency

        public Long getGetConcurrency()
        Maximum number of GET requests processed concurrently. This corresponds to the Alertmanager's `--web.get-concurrency` flag.
      • setGetConcurrency

        public void setGetConcurrency​(Long getConcurrency)
        Maximum number of GET requests processed concurrently. This corresponds to the Alertmanager's `--web.get-concurrency` flag.
      • getHttpConfig

        public WebHTTPConfig getHttpConfig()
        AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.
      • setHttpConfig

        public void setHttpConfig​(WebHTTPConfig httpConfig)
        AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.
      • getTimeout

        public Long getTimeout()
        Timeout for HTTP requests. This corresponds to the Alertmanager's `--web.timeout` flag.
      • setTimeout

        public void setTimeout​(Long timeout)
        Timeout for HTTP requests. This corresponds to the Alertmanager's `--web.timeout` flag.
      • getTlsConfig

        public WebTLSConfig getTlsConfig()
        AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.
      • setTlsConfig

        public void setTlsConfig​(WebTLSConfig tlsConfig)
        AlertmanagerWebSpec defines the web command line flags when starting Alertmanager.
      • getAdditionalProperties

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

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

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