Argo CD · JSON Structure

Argo Cd V1 Event Source Structure

EventSource contains information for an event.

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1EventSource 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

component host

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-event-source-structure.json",
  "name": "v1EventSource",
  "description": "EventSource contains information for an event.",
  "type": "object",
  "properties": {
    "component": {
      "type": "string",
      "name": "Component from which the event is generated.\n+optional"
    },
    "host": {
      "type": "string",
      "name": "Node name on which the event is generated.\n+optional"
    }
  }
}