Argo Workflows · Example Payload

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Hdfs Event Source Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Hdfs Event Source Example is an example object payload from Argo Workflows, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressescheckIntervalfilterhdfsUserkrbCCacheSecretkrbConfigConfigMapkrbKeytabSecretkrbRealmkrbServicePrincipalNamekrbUsernamemetadatatypewatchPathConfig

Example Payload

Raw ↑
{
  "addresses": [
    "example-addresses",
    "example-addresses"
  ],
  "checkInterval": "example-checkinterval",
  "filter": "example-filter",
  "hdfsUser": "example-hdfsuser",
  "krbCCacheSecret": "example-krbccachesecret",
  "krbConfigConfigMap": "example-krbconfigconfig",
  "krbKeytabSecret": "example-krbkeytabsecret",
  "krbRealm": "example-krbrealm",
  "krbServicePrincipalName": "my-workflow",
  "krbUsername": "my-workflow",
  "metadata": {},
  "type": "example-type",
  "watchPathConfig": "example-watchpathconfig"
}