{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-cluster-generator-structure.json", "name": "v1alpha1ClusterGenerator", "description": "ClusterGenerator defines a generator to match against clusters registered with ArgoCD.", "type": "object", "properties": { "flatList": { "type": "boolean", "name": "returns the clusters a single 'clusters' value in the template" }, "selector": { "$ref": "#/definitions/v1LabelSelector" }, "template": { "$ref": "#/definitions/v1alpha1ApplicationSetTemplate" }, "values": { "type": "object", "name": "Values contains key/value pairs which are passed directly as parameters to the template", "additionalProperties": { "type": "string" } } } }