A list of registered clusters.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-cd-cluster-list-schema.json", "title": "ClusterList", "description": "A list of registered clusters.", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/Cluster" } } } }