Argo · JSON Structure

Argo Workflows Cron Workflow Structure

A scheduled workflow resource

Type: object Properties: 5
CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

CronWorkflow is a JSON Structure definition published by Argo, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

apiVersion kind metadata spec status

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/refs/heads/main/json-structure/argo-workflows-cron-workflow-structure.json",
  "name": "CronWorkflow",
  "description": "A scheduled workflow resource",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string",
      "default": "argoproj.io/v1alpha1"
    },
    "kind": {
      "type": "string",
      "default": "CronWorkflow"
    },
    "metadata": {
      "$ref": "#/components/schemas/ObjectMeta"
    },
    "spec": {
      "$ref": "#/components/schemas/CronWorkflowSpec"
    },
    "status": {
      "$ref": "#/components/schemas/CronWorkflowStatus"
    }
  }
}