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

Version

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

Version describes the number of nodes at a given version under a resource.

interface Version {
count?: bigint;
version?: string;
}

§Properties

§
count?: bigint
[src]

Number of machines under the above version.

§
version?: string
[src]

Resource version.