Argo CD · JSON Structure

Argo Cd V1Alpha1 Cluster Structure

v1alpha1Cluster schema from Argo CD API

Type: object Properties: 13
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1Cluster is a JSON Structure definition published by Argo CD, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

annotations clusterResources config connectionState info labels name namespaces project refreshRequestedAt server serverVersion shard

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-structure.json",
  "name": "v1alpha1Cluster",
  "description": "v1alpha1Cluster schema from Argo CD API",
  "type": "object",
  "properties": {
    "annotations": {
      "type": "object",
      "name": "Annotations for cluster secret metadata",
      "additionalProperties": {
        "type": "string"
      }
    },
    "clusterResources": {
      "description": "Indicates if cluster level resources should be managed. This setting is used only if cluster is connected in a namespaced mode.",
      "type": "boolean"
    },
    "config": {
      "$ref": "#/definitions/v1alpha1ClusterConfig"
    },
    "connectionState": {
      "$ref": "#/definitions/v1alpha1ConnectionState"
    },
    "info": {
      "$ref": "#/definitions/v1alpha1ClusterInfo"
    },
    "labels": {
      "type": "object",
      "name": "Labels for cluster secret metadata",
      "additionalProperties": {
        "type": "string"
      }
    },
    "name": {
      "type": "string",
      "name": "Name of the cluster. If omitted, will use the server address"
    },
    "namespaces": {
      "description": "Holds list of namespaces which are accessible in that cluster. Cluster level resources will be ignored if namespace list is not empty.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "project": {
      "type": "string",
      "name": "Reference between project and cluster that allow you automatically to be added as item inside Destinations project entity"
    },
    "refreshRequestedAt": {
      "$ref": "#/definitions/v1Time"
    },
    "server": {
      "type": "string",
      "name": "Server is the API server URL of the Kubernetes cluster"
    },
    "serverVersion": {
      "type": "string",
      "name": "Deprecated: use Info.ServerVersion field instead.\nThe server version"
    },
    "shard": {
      "description": "Shard contains optional shard number. Calculated on the fly by the application controller if not specified.",
      "type": "int64"
    }
  }
}