Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Gcs Artifact Repository Structure

GCSArtifactRepository defines the controller configuration for a GCS artifact repository

Type: object Properties: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

bucket keyFormat serviceAccountKeySecret

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-gcs-artifact-repository-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.GCSArtifactRepository",
  "description": "GCSArtifactRepository defines the controller configuration for a GCS artifact repository",
  "type": "object",
  "properties": {
    "bucket": {
      "description": "Bucket is the name of the bucket",
      "type": "string"
    },
    "keyFormat": {
      "description": "KeyFormat defines the format of how to store keys and can reference workflow variables.",
      "type": "string"
    },
    "serviceAccountKeySecret": {
      "description": "ServiceAccountKeySecret is the secret selector to the bucket's service account key",
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector"
    }
  }
}