Argo CD · JSON Structure

Argo Cd V1Alpha1 Hydrate Operation Structure

v1alpha1HydrateOperation schema from Argo CD API

Type: object Properties: 7
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

drySHA finishedAt hydratedSHA message phase sourceHydrator startedAt

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-hydrate-operation-structure.json",
  "name": "v1alpha1HydrateOperation",
  "description": "v1alpha1HydrateOperation schema from Argo CD API",
  "type": "object",
  "properties": {
    "drySHA": {
      "type": "string",
      "name": "DrySHA holds the resolved revision (sha) of the dry source as of the most recent reconciliation"
    },
    "finishedAt": {
      "$ref": "#/definitions/v1Time"
    },
    "hydratedSHA": {
      "type": "string",
      "name": "HydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation"
    },
    "message": {
      "type": "string",
      "name": "Message contains a message describing the current status of the hydrate operation"
    },
    "phase": {
      "type": "string",
      "name": "Phase indicates the status of the hydrate operation"
    },
    "sourceHydrator": {
      "$ref": "#/definitions/v1alpha1SourceHydrator"
    },
    "startedAt": {
      "$ref": "#/definitions/v1Time"
    }
  }
}