Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.ArchiveStrategy

ArchiveStrategy describes how to archive files/directory when saving artifacts

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
none object
tar object
zip object
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-archive-strategy-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-archive-strategy-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.ArchiveStrategy",
  "description": "ArchiveStrategy describes how to archive files/directory when saving artifacts",
  "type": "object",
  "properties": {
    "none": {
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.NoneStrategy"
    },
    "tar": {
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.TarStrategy"
    },
    "zip": {
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.ZipStrategy"
    }
  }
}