Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 User Container Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

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

Top-level fields

argscommandenvenvFromimageimagePullPolicylifecyclelivenessProbemirrorVolumeMountsnameportsreadinessProberesizePolicyresourcesrestartPolicyrestartPolicyRulessecurityContextstartupProbestdinstdinOnceterminationMessagePathterminationMessagePolicyttyvolumeDevicesvolumeMountsworkingDir

Example Payload

Raw ↑
{
  "args": [
    "example-args",
    "example-args"
  ],
  "command": [
    "python",
    "python"
  ],
  "env": [
    "example-env",
    "example-env"
  ],
  "envFrom": [
    "example-envfrom",
    "example-envfrom"
  ],
  "image": "python:3.11-slim",
  "imagePullPolicy": "python:3.11-slim",
  "lifecycle": "example-lifecycle",
  "livenessProbe": "example-livenessprobe",
  "mirrorVolumeMounts": true,
  "name": "my-workflow",
  "ports": [
    "example-ports",
    "example-ports"
  ],
  "readinessProbe": "example-readinessprobe",
  "resizePolicy": [
    "example-resizepolicy",
    "example-resizepolicy"
  ],
  "resources": "example-resources",
  "restartPolicy": "example-restartpolicy",
  "restartPolicyRules": [
    "example-restartpolicyru",
    "example-restartpolicyru"
  ],
  "securityContext": "example-securitycontext",
  "startupProbe": "example-startupprobe",
  "stdin": true,
  "stdinOnce": true,
  "terminationMessagePath": "Workflow completed successfully",
  "terminationMessagePolicy": "Workflow completed successfully",
  "tty": true,
  "volumeDevices": [
    "example-volumedevices",
    "example-volumedevices"
  ],
  "volumeMounts": [
    "example-volumemounts",
    "example-volumemounts"
  ],
  "workingDir": "example-workingdir"
}