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

VmwareAdminCluster

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

Resource that represents a VMware admin cluster.

interface VmwareAdminCluster {
annotations?: {
[key: string]: string;
}
;
antiAffinityGroups?: VmwareAAGConfig;
autoRepairConfig?: VmwareAutoRepairConfig;
bootstrapClusterMembership?: string;
readonly createTime?: Date;
description?: string;
readonly endpoint?: string;
etag?: string;
readonly fleet?: Fleet;
imageType?: string;
readonly localName?: string;
name?: string;
networkConfig?: VmwareAdminNetworkConfig;
onPremVersion?: string;
platformConfig?: VmwarePlatformConfig;
readonly preparedSecrets?: VmwareAdminPreparedSecretsConfig;
readonly reconciling?: boolean;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "RUNNING"
| "RECONCILING"
| "STOPPING"
| "ERROR"
| "DEGRADED";
readonly status?: ResourceStatus;
readonly uid?: string;
readonly updateTime?: Date;
}

§Properties

§

The VMware admin cluster addon node configuration.

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

Annotations on the VMware 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.

§
antiAffinityGroups?: VmwareAAGConfig
[src]

The VMware admin cluster anti affinity group configuration.

§

The VMware admin cluster authorization configuration.

§
autoRepairConfig?: VmwareAutoRepairConfig
[src]

The VMware admin cluster auto repair configuration.

§
bootstrapClusterMembership?: string
[src]

The bootstrap cluster this VMware admin cluster belongs to.

§

The VMware admin cluster control plane node configuration.

§
readonly createTime?: Date
[src]

Output only. The time at which VMware admin cluster was created.

§
description?: string
[src]

A human readable description of this VMware admin cluster.

§
readonly endpoint?: string
[src]

Output only. The DNS name of VMware 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.

§
imageType?: string
[src]

The OS image type for the VMware admin cluster.

§

The VMware admin cluster load balancer configuration.

§
readonly localName?: string
[src]

Output only. The object name of the VMware OnPremAdminCluster 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.

§
name?: string
[src]

Immutable. The VMware admin cluster resource name.

§

The VMware admin cluster network configuration.

§
onPremVersion?: string
[src]

The Anthos clusters on the VMware version for the admin cluster.

§
platformConfig?: VmwarePlatformConfig
[src]

The VMware platform configuration.

§
readonly preparedSecrets?: VmwareAdminPreparedSecretsConfig
[src]

Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.

§
readonly reconciling?: boolean
[src]

Output only. If set, there are currently changes in flight to the VMware admin cluster.

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

Output only. The current state of VMware admin cluster.

§
readonly status?: ResourceStatus
[src]

Output only. ResourceStatus representing detailed cluster state.

§
readonly uid?: string
[src]

Output only. The unique identifier of the VMware admin cluster.

§
readonly updateTime?: Date
[src]

Output only. The time at which VMware admin cluster was last updated.

§

The VMware admin cluster VCenter configuration.