Argo Workflows · JSON Structure

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Artifact Location Structure

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArtifactLocation schema from Argo Workflows API

Type: object Properties: 7
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArtifactLocation is a JSON Structure definition published by Argo Workflows, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

configmap file git inline resource s3 url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-artifact-location-structure.json",
  "name": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArtifactLocation",
  "description": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArtifactLocation schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "configmap": {
      "name": "Configmap that stores the artifact",
      "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector"
    },
    "file": {
      "name": "File artifact is artifact stored in a file",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.FileArtifact"
    },
    "git": {
      "name": "Git repository hosting the artifact",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GitArtifact"
    },
    "inline": {
      "type": "string",
      "name": "Inline artifact is embedded in sensor spec as a string"
    },
    "resource": {
      "name": "Resource is generic template for K8s resource",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.K8SResource"
    },
    "s3": {
      "name": "S3 compliant artifact",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.S3Artifact"
    },
    "url": {
      "name": "URL to fetch the artifact from",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.URLArtifact"
    }
  }
}