Argo CD · Schema

v1alpha1ResourceRef

v1alpha1ResourceRef schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
group string
kind string
name string
namespace string
uid string
version string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-resource-ref-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-v1alpha1-resource-ref-schema.json",
  "title": "v1alpha1ResourceRef",
  "description": "v1alpha1ResourceRef schema from Argo CD API",
  "type": "object",
  "properties": {
    "group": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}