Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Plugin Artifact Repository Structure

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

Type: object Properties: 3 Required: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

configuration keyFormat 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-repository-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.PluginArtifactRepository",
  "description": "PluginArtifactRepository defines the controller configuration for a plugin artifact repository",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "string"
    },
    "keyFormat": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "configuration"
  ]
}