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

EnrollBareMetalAdminClusterRequest

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

Message for enrolling an existing bare metal admin cluster to the GKE on-prem API.

interface EnrollBareMetalAdminClusterRequest {
bareMetalAdminClusterId?: string;
membership?: string;
}

§Properties

§
bareMetalAdminClusterId?: string
[src]

User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.

§
membership?: string
[src]

Required. This is the full resource name of this admin cluster's fleet membership.