Argo CD API Client
    Preparing search index...

    Interface ArgoCdApplicationListParams

    Query parameters for listing applications.

    interface ArgoCdApplicationListParams {
        appNamespace?: string;
        name?: string;
        project?: string[];
        projects?: string[];
        refresh?: string;
        repo?: string;
        resourceVersion?: string;
        selector?: string;
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appNamespace?: string

    Application namespace for multi-namespace Argo CD installs.

    name?: string

    Filter by application name.

    project?: string[]

    Filter by repeated project query params.

    projects?: string[]

    Filter by multiple project names.

    refresh?: string

    Request normal or hard refresh while listing.

    repo?: string

    Filter by source repository URL.

    resourceVersion?: string

    Kubernetes resource version.

    selector?: string

    Kubernetes label selector.