Argo CD · Schema

v1alpha1ApplicationTree

ApplicationTree represents the hierarchical structure of resources associated with an Argo CD application.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
hosts array Hosts provides a list of Kubernetes nodes that are running pods related to the application.
nodes array Nodes contains a list of resources that are either directly managed by the application or are children of directly managed resources.
orphanedNodes array OrphanedNodes contains resources that exist in the same namespace as the application but are not managed by it. This list is populated only if orphaned resource tracking is enabled in the application'
shardsCount integer ShardsCount represents the total number of shards the application tree is split into. This is used to distribute resource processing across multiple shards.
View JSON Schema on GitHub