[bot] [main] Automated version update
This commit is contained in:
@@ -2257,6 +2257,28 @@ spec:
|
||||
Use case is e.g. spanning an Alertmanager cluster across Kubernetes
|
||||
clusters with a single replica in each.
|
||||
type: boolean
|
||||
hostAliases:
|
||||
description: Pods' hostAliases configuration
|
||||
items:
|
||||
description: HostAlias holds the mapping between IP and hostnames
|
||||
that will be injected as an entry in the pod's hosts file.
|
||||
properties:
|
||||
hostnames:
|
||||
description: Hostnames for the above IP address.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
ip:
|
||||
description: IP address of the host file entry.
|
||||
type: string
|
||||
required:
|
||||
- hostnames
|
||||
- ip
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- ip
|
||||
x-kubernetes-list-type: map
|
||||
image:
|
||||
description: Image if specified has precedence over baseImage, tag
|
||||
and sha combinations. Specifying the version is still necessary
|
||||
|
||||
@@ -2784,6 +2784,28 @@ spec:
|
||||
under. This is necessary to generate correct URLs. This is necessary
|
||||
if Prometheus is not served from root of a DNS name.
|
||||
type: string
|
||||
hostAliases:
|
||||
description: Pods' hostAliases configuration
|
||||
items:
|
||||
description: HostAlias holds the mapping between IP and hostnames
|
||||
that will be injected as an entry in the pod's hosts file.
|
||||
properties:
|
||||
hostnames:
|
||||
description: Hostnames for the above IP address.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
ip:
|
||||
description: IP address of the host file entry.
|
||||
type: string
|
||||
required:
|
||||
- hostnames
|
||||
- ip
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- ip
|
||||
x-kubernetes-list-type: map
|
||||
ignoreNamespaceSelectors:
|
||||
description: IgnoreNamespaceSelectors if set to true will ignore NamespaceSelector
|
||||
settings from all PodMonitor, ServiceMonitor and Probe objects.
|
||||
|
||||
@@ -2168,7 +2168,9 @@ spec:
|
||||
value will always be the namespace of the object that is being created.
|
||||
type: string
|
||||
evaluationInterval:
|
||||
default: 15s
|
||||
description: Interval between consecutive evaluations.
|
||||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
|
||||
type: string
|
||||
excludedFromEnforcement:
|
||||
description: List of references to PrometheusRule objects to be excluded
|
||||
@@ -2332,6 +2334,28 @@ spec:
|
||||
description: Used to verify the hostname for the targets.
|
||||
type: string
|
||||
type: object
|
||||
hostAliases:
|
||||
description: Pods' hostAliases configuration
|
||||
items:
|
||||
description: HostAlias holds the mapping between IP and hostnames
|
||||
that will be injected as an entry in the pod's hosts file.
|
||||
properties:
|
||||
hostnames:
|
||||
description: Hostnames for the above IP address.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
ip:
|
||||
description: IP address of the host file entry.
|
||||
type: string
|
||||
required:
|
||||
- hostnames
|
||||
- ip
|
||||
type: object
|
||||
type: array
|
||||
x-kubernetes-list-map-keys:
|
||||
- ip
|
||||
x-kubernetes-list-type: map
|
||||
image:
|
||||
description: Thanos container image URL.
|
||||
type: string
|
||||
@@ -3756,9 +3780,11 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
retention:
|
||||
default: 24h
|
||||
description: Time duration ThanosRuler shall retain data for. Default
|
||||
is '24h', and must match the regular expression `[0-9]+(ms|s|m|h|d|w|y)`
|
||||
(milliseconds seconds minutes hours days weeks years).
|
||||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
|
||||
type: string
|
||||
routePrefix:
|
||||
description: The route prefix ThanosRuler registers HTTP handlers
|
||||
|
||||
Reference in New Issue
Block a user