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

BareMetalNodeConfig

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

BareMetalNodeConfig lists machine addresses to access Nodes.

interface BareMetalNodeConfig {
labels?: {
[key: string]: string;
}
;
nodeIp?: string;
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

§
nodeIp?: string
[src]

The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1