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

BareMetalOsEnvironmentConfig

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

Specifies operating system settings for cluster provisioning.

interface BareMetalOsEnvironmentConfig {
packageRepoExcluded?: boolean;
}

§Properties

§
packageRepoExcluded?: boolean
[src]

Whether the package repo should not be included when initializing bare metal machines.