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

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository

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

Publicly available Yum repositories constructed from a common repository base and a custom repository path.

interface GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository {
repositoryBase?:
| "REPOSITORY_BASE_UNSPECIFIED"
| "CENTOS"
| "CENTOS_DEBUG"
| "CENTOS_VAULT"
| "CENTOS_STREAM"
| "ROCKY"
| "EPEL";
repositoryPath?: string;
}

§Properties

§
repositoryBase?: "REPOSITORY_BASE_UNSPECIFIED" | "CENTOS" | "CENTOS_DEBUG" | "CENTOS_VAULT" | "CENTOS_STREAM" | "ROCKY" | "EPEL"
[src]

A common public repository base for Yum.

§
repositoryPath?: string
[src]

A custom field to define a path to a specific repository from the base.