[bot] [main] Automated version update (#2260)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-11-06 10:22:05 +01:00
committed by GitHub
parent c07f835895
commit 3ae2bfabfa
12 changed files with 133 additions and 55 deletions

View File

@@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
operator.prometheus.io/version: 0.68.0
creationTimestamp: null
name: scrapeconfigs.monitoring.coreos.com
spec:
@@ -737,10 +738,33 @@ spec:
description: KubernetesSDConfig allows retrieving scrape targets from Kubernetes' REST API. See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config
properties:
role:
description: Role of the Kubernetes entities that should be discovered. Currently the only supported role is "Node".
description: Role of the Kubernetes entities that should be discovered.
enum:
- Node
- node
type: string
selectors:
description: Selector to select objects.
items:
description: K8SSelectorConfig is Kubernetes Selector Config
properties:
field:
type: string
label:
type: string
role:
description: K8SRole is role of the service in Kubernetes. Currently the only supported role is "Node".
enum:
- Node
- node
type: string
required:
- role
type: object
type: array
x-kubernetes-list-map-keys:
- role
x-kubernetes-list-type: map
required:
- role
type: object