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

ProjectsLocationsBareMetalAdminClustersGetOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalAdminClustersGet.

interface ProjectsLocationsBareMetalAdminClustersGetOptions {
view?: "CLUSTER_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
view?: "CLUSTER_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

View for bare metal admin cluster. When BASIC is specified, only the cluster resource name and membership are returned. The default/unset value CLUSTER_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete cluster configuration details.