Argo CD API Client
    Preparing search index...

    Interface ArgoCdApplicationSetListParams

    Query parameters for listing ApplicationSets.

    interface ArgoCdApplicationSetListParams {
        appsetNamespace?: string;
        project?: string[];
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appsetNamespace?: string

    Application namespace for multi-namespace installs.

    project?: string[]

    Filter by project.