Remove obsolete slusters config section

This commit is contained in:
2026-01-14 11:17:49 +01:00
parent 0ea0270fe1
commit c8627a13f4
8 changed files with 19 additions and 189 deletions

View File

@@ -38,18 +38,7 @@ func nodeTestSetup(t *testing.T) {
"jwts": {
"max-age": "2m"
}
},
"clusters": [
{
"name": "testcluster",
"metricDataRepository": {"kind": "test", "url": "bla:8081"},
"filterRanges": {
"numNodes": { "from": 1, "to": 64 },
"duration": { "from": 0, "to": 86400 },
"startTime": { "from": "2022-01-01T00:00:00Z", "to": null }
}
}
]
}`
const testclusterJSON = `{
"name": "testcluster",