Argo CD · Schema

clusterClusterID

clusterClusterID schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
type string
value string
View JSON Schema on GitHub

JSON Schema

argo-cd-cluster-cluster-id-schema.json Raw ↑
{
  "$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-cluster-cluster-id-schema.json",
  "title": "clusterClusterID",
  "description": "clusterClusterID schema from Argo CD API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "title": "type is the type of the specified cluster identifier ( \"server\" - default, \"name\" )"
    },
    "value": {
      "type": "string",
      "title": "value holds the cluster server URL or cluster name"
    }
  }
}