Argo CD · Schema
v1alpha1ApplicationSetGenerator
ApplicationSetGenerator represents a generator at the top level of an ApplicationSet.
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| clusterDecisionResource | object | |
| clusters | object | |
| git | object | |
| list | object | |
| matrix | object | |
| merge | object | |
| plugin | object | |
| pullRequest | object | |
| scmProvider | object | |
| selector | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-application-set-generator-schema.json",
"title": "v1alpha1ApplicationSetGenerator",
"description": "ApplicationSetGenerator represents a generator at the top level of an ApplicationSet.",
"type": "object",
"properties": {
"clusterDecisionResource": {
"$ref": "#/definitions/v1alpha1DuckTypeGenerator"
},
"clusters": {
"$ref": "#/definitions/v1alpha1ClusterGenerator"
},
"git": {
"$ref": "#/definitions/v1alpha1GitGenerator"
},
"list": {
"$ref": "#/definitions/v1alpha1ListGenerator"
},
"matrix": {
"$ref": "#/definitions/v1alpha1MatrixGenerator"
},
"merge": {
"$ref": "#/definitions/v1alpha1MergeGenerator"
},
"plugin": {
"$ref": "#/definitions/v1alpha1PluginGenerator"
},
"pullRequest": {
"$ref": "#/definitions/v1alpha1PullRequestGenerator"
},
"scmProvider": {
"$ref": "#/definitions/v1alpha1SCMProviderGenerator"
},
"selector": {
"$ref": "#/definitions/v1LabelSelector"
}
}
}