[bot] [main] Automated version update (#2001)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -4378,9 +4378,15 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
podMonitorSelector:
|
||||
description: '*Experimental* PodMonitors to be selected for target
|
||||
discovery. *Deprecated:* if neither this nor serviceMonitorSelector
|
||||
are specified, configuration is unmanaged.'
|
||||
description: "*Experimental* PodMonitors to be selected for target
|
||||
discovery. \n If `spec.serviceMonitorSelector`, `spec.podMonitorSelector`
|
||||
and `spec.probeSelector` are null, the Prometheus configuration
|
||||
is unmanaged. The Prometheus operator will ensure that the Prometheus
|
||||
configuration's Secret exists, but it is the responsibility of the
|
||||
user to provide the raw gzipped Prometheus configuration under the
|
||||
`prometheus.yaml.gz` key. This behavior is deprecated and will be
|
||||
removed in the next major version of the custom resource definition.
|
||||
It is recommended to use `spec.additionalScrapeConfigs` instead."
|
||||
properties:
|
||||
matchExpressions:
|
||||
description: matchExpressions is a list of label selector requirements.
|
||||
@@ -4484,7 +4490,15 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
probeSelector:
|
||||
description: '*Experimental* Probes to be selected for target discovery.'
|
||||
description: "*Experimental* Probes to be selected for target discovery.
|
||||
\n If `spec.serviceMonitorSelector`, `spec.podMonitorSelector` and
|
||||
`spec.probeSelector` are null, the Prometheus configuration is unmanaged.
|
||||
The Prometheus operator will ensure that the Prometheus configuration's
|
||||
Secret exists, but it is the responsibility of the user to provide
|
||||
the raw gzipped Prometheus configuration under the `prometheus.yaml.gz`
|
||||
key. This behavior is deprecated and will be removed in the next
|
||||
major version of the custom resource definition. It is recommended
|
||||
to use `spec.additionalScrapeConfigs` instead."
|
||||
properties:
|
||||
matchExpressions:
|
||||
description: matchExpressions is a list of label selector requirements.
|
||||
@@ -5894,9 +5908,15 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
serviceMonitorSelector:
|
||||
description: ServiceMonitors to be selected for target discovery.
|
||||
*Deprecated:* if neither this nor podMonitorSelector are specified,
|
||||
configuration is unmanaged.
|
||||
description: "ServiceMonitors to be selected for target discovery.
|
||||
\n If `spec.serviceMonitorSelector`, `spec.podMonitorSelector` and
|
||||
`spec.probeSelector` are null, the Prometheus configuration is unmanaged.
|
||||
The Prometheus operator will ensure that the Prometheus configuration's
|
||||
Secret exists, but it is the responsibility of the user to provide
|
||||
the raw gzipped Prometheus configuration under the `prometheus.yaml.gz`
|
||||
key. This behavior is deprecated and will be removed in the next
|
||||
major version of the custom resource definition. It is recommended
|
||||
to use `spec.additionalScrapeConfigs` instead."
|
||||
properties:
|
||||
matchExpressions:
|
||||
description: matchExpressions is a list of label selector requirements.
|
||||
|
||||
@@ -52,6 +52,31 @@ spec:
|
||||
description: 'Specification of the desired behavior of the ThanosRuler
|
||||
cluster. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status'
|
||||
properties:
|
||||
additionalArgs:
|
||||
description: AdditionalArgs allows setting additional arguments for
|
||||
the ThanosRuler container. It is intended for e.g. activating hidden
|
||||
flags which are not supported by the dedicated configuration options
|
||||
yet. The arguments are passed as-is to the ThanosRuler container
|
||||
which may cause issues if they are invalid or not supported by the
|
||||
given ThanosRuler version. In case of an argument conflict (e.g.
|
||||
an argument which is already set by the operator itself) or when
|
||||
providing an invalid argument the reconciliation will fail and an
|
||||
error will be logged.
|
||||
items:
|
||||
description: Argument as part of the AdditionalArgs list.
|
||||
properties:
|
||||
name:
|
||||
description: Name of the argument, e.g. "scrape.discovery-reload-interval".
|
||||
minLength: 1
|
||||
type: string
|
||||
value:
|
||||
description: Argument value, e.g. 30s. Can be empty for name-only
|
||||
arguments (e.g. --storage.tsdb.no-lockfile)
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
affinity:
|
||||
description: If specified, the pod's scheduling constraints.
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user