Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Event Source Structure

EventSource contains information for an event.

Type: object Properties: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.EventSource is a JSON Structure definition published by Argo Workflows, 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-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-event-source-structure.json",
  "name": "io.k8s.api.core.v1.EventSource",
  "description": "EventSource contains information for an event.",
  "type": "object",
  "properties": {
    "component": {
      "description": "Component from which the event is generated.",
      "type": "string"
    },
    "host": {
      "description": "Node name on which the event is generated.",
      "type": "string"
    }
  }
}