Class ThanosRulerWebSpec

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

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

      • ThanosRulerWebSpec

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

      • getHttpConfig

        public WebHTTPConfig getHttpConfig()
        ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.
      • setHttpConfig

        public void setHttpConfig​(WebHTTPConfig httpConfig)
        ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.
      • getTlsConfig

        public WebTLSConfig getTlsConfig()
        ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.
      • setTlsConfig

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

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

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

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