Argo Workflows · Example Payload

Argo Workflows Io K8S Api Core V1 Iscsi Volume Source Example

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Top-level fields

chapAuthDiscoverychapAuthSessionfsTypeinitiatorNameiqniscsiInterfacelunportalsreadOnlysecretReftargetPortal

Example Payload

Raw ↑
{
  "chapAuthDiscovery": true,
  "chapAuthSession": true,
  "fsType": "example-fstype",
  "initiatorName": "my-workflow",
  "iqn": "example-iqn",
  "iscsiInterface": "example-iscsiinterface",
  "lun": 99,
  "portals": [
    "example-portals",
    "example-portals"
  ],
  "readOnly": true,
  "secretRef": "example-secretref",
  "targetPortal": "example-targetportal"
}