Argo CD API Client
    Preparing search index...

    Interface ArgoCdResourceTree

    Application resource tree returned by the resource-tree endpoint.

    interface ArgoCdResourceTree {
        hosts?: Record<string, unknown>[];
        nodes?: ArgoCdResourceNode[];
        orphanedNodes?: ArgoCdResourceNode[];
    }
    Index

    Properties

    hosts?: Record<string, unknown>[]

    Host nodes.

    All nodes in the resource tree.

    orphanedNodes?: ArgoCdResourceNode[]

    Orphaned nodes (not owned by the application).