Argo Workflows · Example Payload

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Git Artifact Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

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

Top-level fields

branchcloneDirectorycredsfilePathinsecureIgnoreHostKeyrefremotesshKeySecrettagurl

Example Payload

Raw ↑
{
  "branch": "example-branch",
  "cloneDirectory": "example-clonedirectory",
  "creds": "example-creds",
  "filePath": "example-filepath",
  "insecureIgnoreHostKey": true,
  "ref": "example-ref",
  "remote": "example-remote",
  "sshKeySecret": "example-sshkeysecret",
  "tag": "example-tag",
  "url": "example-url"
}