Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
metav1.TypeMeta | Yes | - | ||
metadata | metav1.ObjectMeta | No | - | |
spec | ThanosEndpointSpec | No | - | |
status | ThanosEndpointStatus | No | - |
ThanosEndpointList 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
metav1.TypeMeta | Yes | - | ||
metadata | metav1.ListMeta | No | - | |
items | []ThanosEndpoint | Yes | - |
ThanosEndpointSpec 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
certificate | string | No | - | The endpoint should use this server certificate (tls.crt, tls.key) in the current namespace |
ingressClassName | string | No | - | Reference the given ingressClass resource explicitly |
caBundle | string | No | - | Name of the secret that contains the CA certificate in ca.crt to verify client certs in the current namespace |
stores | []string | No | - | List of statically configured store addresses |
replicaLabels | []string | No | - | Custom replica labels if the default doesn’t apply |
metaOverrides | typeoverride.ObjectMeta | No | - | Override metadata for managed resources |
queryOverrides | *Query | No | - | Override any of the Query parameters |
storeEndpointOverrides | []StoreEndpointSpec | No | - | Override any of the StoreEndpoint parameters |
ThanosEndpointStatus 🔗︎
Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
endpointAddress | string | No | - | Host (or IP) and port of the exposed Thanos endpoint |