Argo CD · Schema

v1alpha1SuccessfulHydrateOperation

v1alpha1SuccessfulHydrateOperation schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
drySHA string
hydratedSHA string
sourceHydrator object
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-successful-hydrate-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-successful-hydrate-operation-schema.json",
  "title": "v1alpha1SuccessfulHydrateOperation",
  "description": "v1alpha1SuccessfulHydrateOperation schema from Argo CD API",
  "type": "object",
  "properties": {
    "drySHA": {
      "type": "string",
      "title": "DrySHA holds the resolved revision (sha) of the dry source as of the most recent reconciliation"
    },
    "hydratedSHA": {
      "type": "string",
      "title": "HydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation"
    },
    "sourceHydrator": {
      "$ref": "#/definitions/v1alpha1SourceHydrator"
    }
  }
}