Argo CD API Client
    Preparing search index...

    Interface ArgoCdApplicationGetParams

    Query parameters for getting one application.

    interface ArgoCdApplicationGetParams {
        appNamespace?: string;
        project?: string;
        refresh?: string;
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appNamespace?: string

    Application namespace for multi-namespace Argo CD installs.

    project?: string

    Project name used for authorization checks.

    refresh?: string

    Request normal or hard refresh before returning the application.