Argo Workflows · Example Payload

Argo Workflows Io K8S Api Core V1 Container Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Argo Workflows Io K8S Api Core V1 Container Example is an example object payload from Argo Workflows, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

argscommandenvenvFromimageimagePullPolicylifecyclelivenessProbenameportsreadinessProberesizePolicyresourcesrestartPolicyrestartPolicyRulessecurityContextstartupProbestdinstdinOnceterminationMessagePathterminationMessagePolicyttyvolumeDevicesvolumeMountsworkingDir

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",
  "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"
}