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

BareMetalAdminNodeAccessConfig

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

Specifies the node access related settings for the bare metal admin cluster.

interface BareMetalAdminNodeAccessConfig {
loginUser?: string;
}

§Properties

§
loginUser?: string
[src]

Required. LoginUser is the user name used to access node machines. It defaults to "root" if not set.