Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Resource Template Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Argo Workflows Io Argoproj Workflow V1Alpha1 Resource Template Example is an example object payload from Argo Workflows, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actionfailureConditionflagsmanifestmanifestFrommergeStrategysetOwnerReferencesuccessCondition

Example Payload

Raw ↑
{
  "action": "example-action",
  "failureCondition": "example-failureconditio",
  "flags": [
    "example-flags",
    "example-flags"
  ],
  "manifest": "example-manifest",
  "manifestFrom": "example-manifestfrom",
  "mergeStrategy": "example-mergestrategy",
  "setOwnerReference": true,
  "successCondition": "example-successconditio"
}