Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Container Node Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io Argoproj Workflow V1Alpha1 Container Node 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

argscommanddependenciesenvenvFromimageimagePullPolicylifecyclelivenessProbenameportsreadinessProberesizePolicyresourcesrestartPolicyrestartPolicyRulessecurityContextstartupProbestdinstdinOnceterminationMessagePathterminationMessagePolicyttyvolumeDevicesvolumeMountsworkingDir

Example Payload

Raw ↑
{
  "args": [
    "example-args",
    "example-args"
  ],
  "command": [
    "python",
    "python"
  ],
  "dependencies": [
    "example-dependencies",
    "example-dependencies"
  ],
  "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",
  "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"
}