Argo Workflows · Example Payload

Argo Workflows Io K8S Api Core V1 Volume Mount Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

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

Top-level fields

mountPathmountPropagationnamereadOnlyrecursiveReadOnlysubPathsubPathExpr

Example Payload

Raw ↑
{
  "mountPath": "example-mountpath",
  "mountPropagation": "example-mountpropagatio",
  "name": "my-workflow",
  "readOnly": true,
  "recursiveReadOnly": "example-recursivereadon",
  "subPath": "example-subpath",
  "subPathExpr": "example-subpathexpr"
}