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

NodePool

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

Provides GKE node pool information.

interface NodePool {
name?: string;
nodes?: Node[];
}

§Properties

§
name?: string
[src]

Kubernetes node pool name.

§
nodes?: Node[]
[src]

Nodes associated with the finding.