Argo CD API Client
    Preparing search index...

    Interface ArgoCdPodsParams

    Query parameters for pods() and containers().

    interface ArgoCdPodsParams {
        appNamespace?: string;
        namespace?: string;
        resourceName?: string;
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appNamespace?: string

    Application namespace for multi-namespace installs.

    namespace?: string

    Filter pods by namespace.

    resourceName?: string

    Filter by pod name.