Argo CD · JSON Structure

Argo Cd V1 Group Kind Structure

+protobuf.options.(gogoproto.goproto_stringer)=false

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

group kind

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-v1-group-kind-structure.json",
  "name": "v1GroupKind",
  "description": "+protobuf.options.(gogoproto.goproto_stringer)=false",
  "type": "object",
  "properties": {
    "group": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}