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

BareMetalCluster

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

Resource that represents a bare metal user cluster.

interface BareMetalCluster {
adminClusterMembership?: string;
readonly adminClusterName?: string;
annotations?: {
[key: string]: string;
}
;
bareMetalVersion?: string;
binaryAuthorization?: BinaryAuthorization;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
readonly endpoint?: string;
readonly etag?: string;
readonly fleet?: Fleet;
readonly localName?: string;
maintenanceConfig?: BareMetalMaintenanceConfig;
readonly maintenanceStatus?: BareMetalMaintenanceStatus;
name?: string;
networkConfig?: BareMetalNetworkConfig;
nodeAccessConfig?: BareMetalNodeAccessConfig;
osEnvironmentConfig?: BareMetalOsEnvironmentConfig;
readonly reconciling?: boolean;
securityConfig?: BareMetalSecurityConfig;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "RUNNING"
| "RECONCILING"
| "STOPPING"
| "ERROR"
| "DEGRADED";
readonly status?: ResourceStatus;
readonly uid?: string;
readonly updateTime?: Date;
readonly validationCheck?: ValidationCheck;
}

§Properties

§
adminClusterMembership?: string
[src]

Required. The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.

§
readonly adminClusterName?: string
[src]

Output only. The resource name of the bare metal admin cluster managing this user cluster.

§
annotations?: {
[key: string]: string;
}
[src]

Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

§
bareMetalVersion?: string
[src]

Required. The Anthos clusters on bare metal version for your user cluster.

§
binaryAuthorization?: BinaryAuthorization
[src]

Binary Authorization related configurations.

§

Cluster operations configuration.

§

Required. Control plane configuration.

§
readonly createTime?: Date
[src]

Output only. The time when the bare metal user cluster was created.

§
readonly deleteTime?: Date
[src]

Output only. The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty

§
description?: string
[src]

A human readable description of this bare metal user cluster.

§
readonly endpoint?: string
[src]

Output only. The IP address of the bare metal user cluster's API server.

§
readonly etag?: string
[src]

Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

§
readonly fleet?: Fleet
[src]

Output only. Fleet configuration for the cluster.

§

Required. Load balancer configuration.

§
readonly localName?: string
[src]

Output only. The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.

§

Maintenance configuration.

§
readonly maintenanceStatus?: BareMetalMaintenanceStatus
[src]

Output only. Status of on-going maintenance tasks.

§
name?: string
[src]

Immutable. The bare metal user cluster resource name.

§

Required. Network configuration.

§

Node access related configurations.

§

Workload node configuration.

§
osEnvironmentConfig?: BareMetalOsEnvironmentConfig
[src]

OS environment related configurations.

§

Proxy configuration.

§
readonly reconciling?: boolean
[src]

Output only. If set, there are currently changes in flight to the bare metal user cluster.

§

Security related setting configuration.

§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "RECONCILING" | "STOPPING" | "ERROR" | "DEGRADED"
[src]

Output only. The current state of the bare metal user cluster.

§
readonly status?: ResourceStatus
[src]

Output only. Detailed cluster status.

§

Required. Storage configuration.

§
readonly uid?: string
[src]

Output only. The unique identifier of the bare metal user cluster.

§
readonly updateTime?: Date
[src]

Output only. The time when the bare metal user cluster was last updated.

§

The cluster upgrade policy.

§
readonly validationCheck?: ValidationCheck
[src]

Output only. The result of the preflight check.