Argo CD · Schema

v1EventSource

EventSource contains information for an event.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
component string
host string
View JSON Schema on GitHub

JSON Schema

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