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

ProjectsLocationsBareMetalClustersQueryVersionConfigOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalClustersQueryVersionConfig.

interface ProjectsLocationsBareMetalClustersQueryVersionConfigOptions {
[createConfig.adminClusterMembership]?: string;
[createConfig.adminClusterName]?: string;
[upgradeConfig.clusterName]?: string;
}

§Properties

§
[createConfig.adminClusterMembership]?: string
[src]

The admin cluster membership. This is the full resource name of the admin cluster's fleet membership. Format: "projects/{project}/locations/{location}/memberships/{membership}"

§
[createConfig.adminClusterName]?: string
[src]

The admin cluster resource name. This is the full resource name of the admin cluster resource. Format: "projects/{project}/locations/{location}/bareMetalAdminClusters/{bare_metal_admin_cluster}"

§
[upgradeConfig.clusterName]?: string
[src]

The user cluster resource name. This is the full resource name of the user cluster resource. Format: "projects/{project}/locations/{location}/bareMetalClusters/{bare_metal_cluster}"