Argo · Schema

ClusterList

A list of registered clusters.

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

argo-cd-cluster-list-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}