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

BareMetalAdminCluster

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

Resource that represents a bare metal admin cluster.

interface BareMetalAdminCluster {
annotations?: {
[key: string]: string;
}
;
bareMetalVersion?: string;
binaryAuthorization?: BinaryAuthorization;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
readonly endpoint?: string;
etag?: string;
readonly fleet?: Fleet;
readonly localName?: string;
maintenanceConfig?: BareMetalAdminMaintenanceConfig;
readonly maintenanceStatus?: BareMetalAdminMaintenanceStatus;
name?: string;
nodeAccessConfig?: BareMetalAdminNodeAccessConfig;
osEnvironmentConfig?: BareMetalAdminOsEnvironmentConfig;
readonly reconciling?: boolean;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "RUNNING"
| "RECONCILING"
| "STOPPING"
| "ERROR"
| "DEGRADED";
readonly status?: ResourceStatus;
readonly uid?: string;
readonly updateTime?: Date;
readonly validationCheck?: ValidationCheck;
}

§Properties

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

Annotations on the bare metal admin 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]

The Anthos clusters on bare metal version for the bare metal admin cluster.

§
binaryAuthorization?: BinaryAuthorization
[src]

Binary Authorization related configurations.

§

Cluster operations configuration.

§

Control plane configuration.

§
readonly createTime?: Date
[src]

Output only. The time at which this bare metal admin cluster was created.

§
readonly deleteTime?: Date
[src]

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

§
description?: string
[src]

A human readable description of this bare metal admin cluster.

§
readonly endpoint?: string
[src]

Output only. The IP address name of bare metal admin cluster's API server.

§
etag?: string
[src]

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.

§

Load balancer configuration.

§
readonly localName?: string
[src]

Output only. The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.

§

Maintenance configuration.

§
readonly maintenanceStatus?: BareMetalAdminMaintenanceStatus
[src]

Output only. MaintenanceStatus representing state of maintenance.

§
name?: string
[src]

Immutable. The bare metal admin cluster resource name.

§

Network configuration.

§

Node access related configurations.

§

Workload node configuration.

§

OS environment related configurations.

§

Proxy configuration.

§
readonly reconciling?: boolean
[src]

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

§

Security related configuration.

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

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

§
readonly status?: ResourceStatus
[src]

Output only. ResourceStatus representing detailed cluster status.

§

Storage configuration.

§
readonly uid?: string
[src]

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

§
readonly updateTime?: Date
[src]

Output only. The time at which this bare metal admin cluster was last updated.

§
readonly validationCheck?: ValidationCheck
[src]

Output only. ValidationCheck representing the result of the preflight check.