Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.TarStrategy

TarStrategy will tar and gzip the file or directory when saving

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Properties

Name Type Description
compressionLevel integer CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-tar-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-tar-strategy-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.TarStrategy",
  "description": "TarStrategy will tar and gzip the file or directory when saving",
  "type": "object",
  "properties": {
    "compressionLevel": {
      "description": "CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.",
      "type": "integer"
    }
  }
}