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

BareMetalDrainingMachine

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

Represents a machine that is currently draining.

interface BareMetalDrainingMachine {
nodeIp?: string;
podCount?: number;
}

§Properties

§
nodeIp?: string
[src]

Draining machine IP address.

§
podCount?: number
[src]

The count of pods yet to drain.