Argo CD API Client
    Preparing search index...

    Interface ArgoCdEventsParams

    Query parameters for events().

    interface ArgoCdEventsParams {
        appNamespace?: string;
        resourceName?: string;
        resourceNamespace?: string;
        resourceUID?: string;
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appNamespace?: string

    Application namespace for multi-namespace installs.

    resourceName?: string

    Name of the involved resource.

    resourceNamespace?: string

    Namespace of the involved resource.

    resourceUID?: string

    UID of the involved resource.