Argo CD API Client
    Preparing search index...

    Interface ArgoCdRepositoryRef

    A single Git ref (branch, tag, or commit).

    interface ArgoCdRepositoryRef {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Ref name, e.g. refs/heads/main.