Argo CD API Client
    Preparing search index...

    Interface ArgoCdRepoApp

    A detected application entry inside a repository.

    interface ArgoCdRepoApp {
        path?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    path?: string

    Path within the repository where the app manifest lives.

    type?: string

    Application manifest type (e.g. Helm, Kustomize, Directory).