Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.PluginArtifactRepository

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
configuration string
keyFormat string
name string
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-plugin-artifact-repository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-argoproj-workflow-v1alpha1-plugin-artifact-repository-schema.json",
  "title": "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"
  ]
}