Class ThanosRulerWebSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.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 Summary
Constructors Constructor Description ThanosRulerWebSpec()No args constructor for use in serializationThanosRulerWebSpec(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThanosRulerWebSpecBuilderedit()Map<String,Object>getAdditionalProperties()WebHTTPConfiggetHttpConfig()ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.WebTLSConfiggetTlsConfig()ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHttpConfig(WebHTTPConfig httpConfig)ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.voidsetTlsConfig(WebTLSConfig tlsConfig)ThanosRulerWebSpec defines the configuration of the ThanosRuler web server.ThanosRulerWebSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ThanosRulerWebSpec
public ThanosRulerWebSpec()
No args constructor for use in serialization
-
ThanosRulerWebSpec
public ThanosRulerWebSpec(WebHTTPConfig httpConfig, WebTLSConfig tlsConfig)
-
-
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.
-
edit
public ThanosRulerWebSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ThanosRulerWebSpecBuilder>
-
toBuilder
public ThanosRulerWebSpecBuilder toBuilder()
-
-