Argo CD · Schema

v1alpha1RevisionReference

RevisionReference contains a reference to a some information that is related in some way to another commit. For now, it supports only references to a commit. In the future, it may support other types of references.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
commit object
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-revision-reference-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-revision-reference-schema.json",
  "title": "v1alpha1RevisionReference",
  "description": "RevisionReference contains a reference to a some information that is related in some way to another commit. For now,\nit supports only references to a commit. In the future, it may support other types of references.",
  "type": "object",
  "properties": {
    "commit": {
      "$ref": "#/definitions/v1alpha1CommitMetadata"
    }
  }
}