@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecThanos extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BASE_IMAGE |
static String |
SERIALIZED_NAME_GRPC_SERVER_TLS_CONFIG |
static String |
SERIALIZED_NAME_IMAGE |
static String |
SERIALIZED_NAME_LISTEN_LOCAL |
static String |
SERIALIZED_NAME_OBJECT_STORAGE_CONFIG |
static String |
SERIALIZED_NAME_RESOURCES |
static String |
SERIALIZED_NAME_SHA |
static String |
SERIALIZED_NAME_TAG |
static String |
SERIALIZED_NAME_TRACING_CONFIG |
static String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
V1PrometheusSpecThanos() |
public static final String SERIALIZED_NAME_BASE_IMAGE
public static final String SERIALIZED_NAME_GRPC_SERVER_TLS_CONFIG
public static final String SERIALIZED_NAME_IMAGE
public static final String SERIALIZED_NAME_LISTEN_LOCAL
public static final String SERIALIZED_NAME_OBJECT_STORAGE_CONFIG
public static final String SERIALIZED_NAME_RESOURCES
public static final String SERIALIZED_NAME_SHA
public static final String SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_TRACING_CONFIG
public static final String SERIALIZED_NAME_VERSION
public V1PrometheusSpecThanos baseImage(String baseImage)
@Nullable public String getBaseImage()
public void setBaseImage(String baseImage)
public V1PrometheusSpecThanos grpcServerTlsConfig(V1ThanosRulerSpecGrpcServerTlsConfig grpcServerTlsConfig)
@Nullable public V1ThanosRulerSpecGrpcServerTlsConfig getGrpcServerTlsConfig()
public void setGrpcServerTlsConfig(V1ThanosRulerSpecGrpcServerTlsConfig grpcServerTlsConfig)
public V1PrometheusSpecThanos image(String image)
@Nullable public String getImage()
public void setImage(String image)
public V1PrometheusSpecThanos listenLocal(Boolean listenLocal)
@Nullable public Boolean getListenLocal()
public void setListenLocal(Boolean listenLocal)
public V1PrometheusSpecThanos objectStorageConfig(V1ThanosRulerSpecObjectStorageConfig objectStorageConfig)
@Nullable public V1ThanosRulerSpecObjectStorageConfig getObjectStorageConfig()
public void setObjectStorageConfig(V1ThanosRulerSpecObjectStorageConfig objectStorageConfig)
public V1PrometheusSpecThanos resources(V1PrometheusSpecThanosResources resources)
@Nullable public V1PrometheusSpecThanosResources getResources()
public void setResources(V1PrometheusSpecThanosResources resources)
public V1PrometheusSpecThanos sha(String sha)
@Nullable public String getSha()
public void setSha(String sha)
public V1PrometheusSpecThanos tag(String tag)
@Nullable public String getTag()
public void setTag(String tag)
public V1PrometheusSpecThanos tracingConfig(V1ThanosRulerSpecTracingConfig tracingConfig)
@Nullable public V1ThanosRulerSpecTracingConfig getTracingConfig()
public void setTracingConfig(V1ThanosRulerSpecTracingConfig tracingConfig)
public V1PrometheusSpecThanos version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
Copyright © 2020. All rights reserved.