Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Plugin Artifact Structure

PluginArtifact is the location of a plugin artifact

Type: object Properties: 4 Required: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.PluginArtifact is a JSON Structure definition published by Argo Workflows, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

configuration connectionTimeoutSeconds key name

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-io-argoproj-workflow-v1alpha1-plugin-artifact-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.PluginArtifact",
  "description": "PluginArtifact is the location of a plugin artifact",
  "type": "object",
  "properties": {
    "configuration": {
      "description": "Configuration is the plugin defined configuration for the artifact driver plugin",
      "type": "string"
    },
    "connectionTimeoutSeconds": {
      "description": "ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout",
      "type": "int32"
    },
    "key": {
      "description": "Key is the path in the artifact repository where the artifact resides",
      "type": "string"
    },
    "name": {
      "description": "Name is the name of the artifact driver plugin",
      "type": "string"
    }
  },
  "required": [
    "key"
  ]
}