Argo CD · Schema

v1GroupKind

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

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
group string
kind string
View JSON Schema on GitHub

JSON Schema

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