Argo CD · Schema

v1alpha1HydrateOperation

v1alpha1HydrateOperation schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
drySHA string
finishedAt object
hydratedSHA string
message string
phase string
sourceHydrator object
startedAt object
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-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-hydrate-operation-schema.json",
  "title": "v1alpha1HydrateOperation",
  "description": "v1alpha1HydrateOperation 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"
    },
    "finishedAt": {
      "$ref": "#/definitions/v1Time"
    },
    "hydratedSHA": {
      "type": "string",
      "title": "HydratedSHA holds the resolved revision (sha) of the hydrated source as of the most recent reconciliation"
    },
    "message": {
      "type": "string",
      "title": "Message contains a message describing the current status of the hydrate operation"
    },
    "phase": {
      "type": "string",
      "title": "Phase indicates the status of the hydrate operation"
    },
    "sourceHydrator": {
      "$ref": "#/definitions/v1alpha1SourceHydrator"
    },
    "startedAt": {
      "$ref": "#/definitions/v1Time"
    }
  }
}