Argo Workflows · Example Payload

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 S3 Artifact Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 S3 Artifact Example is an example object payload from Argo Workflows, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accessKeybucketcaCertificateendpointeventsfilterinsecuremetadataregionsecretKey

Example Payload

Raw ↑
{
  "accessKey": "example-accesskey",
  "bucket": "example-bucket",
  "caCertificate": "example-cacertificate",
  "endpoint": "example-endpoint",
  "events": [
    "example-events",
    "example-events"
  ],
  "filter": "example-filter",
  "insecure": true,
  "metadata": {},
  "region": "example-region",
  "secretKey": "example-secretkey"
}