Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Set Application Status Structure

v1alpha1ApplicationSetApplicationStatus schema from Argo CD API

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

application lastTransitionTime message status step targetrevisions

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-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-application-set-application-status-structure.json",
  "name": "v1alpha1ApplicationSetApplicationStatus",
  "description": "v1alpha1ApplicationSetApplicationStatus schema from Argo CD API",
  "type": "object",
  "properties": {
    "application": {
      "type": "string",
      "name": "Application contains the name of the Application resource"
    },
    "lastTransitionTime": {
      "$ref": "#/definitions/v1Time"
    },
    "message": {
      "type": "string",
      "name": "Message contains human-readable message indicating details about the status"
    },
    "status": {
      "type": "string",
      "name": "Status contains the AppSet's perceived status of the managed Application resource"
    },
    "step": {
      "type": "string",
      "name": "Step tracks which step this Application should be updated in"
    },
    "targetrevisions": {
      "description": "TargetRevision tracks the desired revisions the Application should be synced to.",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}