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

BareMetalAdminDrainingMachine

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

BareMetalAdminDrainingMachine represents the machines that are currently draining.

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

§Properties

§
nodeIp?: string
[src]

Draining machine IP address.

§
podCount?: number
[src]

The count of pods yet to drain.