1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Merge pull request #7856 from nutmos/feat/add-eureka-sd-e2e-test-cases

Chore: Update test cases and validation for Euraka SD
This commit is contained in:
Nutmos
2025-09-01 22:18:09 +08:00
committed by GitHub
parent cacffa596c
commit 269ee842b3
6 changed files with 116 additions and 0 deletions

View File

@@ -4316,6 +4316,7 @@
"server": {
"description": "The URL to connect to the Eureka server.",
"minLength": 1,
"pattern": "^http(s)?://.+$",
"type": "string"
},
"tlsConfig": {