Argo CD · Schema

v1alpha1AppHealthStatus

v1alpha1AppHealthStatus schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
lastTransitionTime object
message string Deprecated: this field is not used and will be removed in a future release.
status string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-app-health-status-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-app-health-status-schema.json",
  "title": "v1alpha1AppHealthStatus",
  "description": "v1alpha1AppHealthStatus schema from Argo CD API",
  "type": "object",
  "properties": {
    "lastTransitionTime": {
      "$ref": "#/definitions/v1Time"
    },
    "message": {
      "description": "Deprecated: this field is not used and will be removed in a future release.",
      "type": "string",
      "title": "Message is a human-readable informational message describing the health status"
    },
    "status": {
      "type": "string",
      "title": "Status holds the status code of the application"
    }
  }
}