Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpstreamPolicy

import type { UpstreamPolicy } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

Artifact policy configuration for the repository contents.

interface UpstreamPolicy {
id?: string;
priority?: number;
repository?: string;
}

§Properties

§
id?: string
[src]

The user-provided ID of the upstream policy.

§
priority?: number
[src]

Entries with a greater priority value take precedence in the pull order.

§
repository?: string
[src]

A reference to the repository resource, for example: projects/p1/locations/us-central1/repositories/repo1.