BareMetalAdminCluster

class BareMetalAdminCluster : KotlinCustomResource

Creates a new bare metal admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work. See: https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/installing/creating-clusters/create-admin-cluster-api#prepare_bootstrap_environment Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>

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.

Link copied to clipboard

Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+a-z0-9$/

Link copied to clipboard

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

Link copied to clipboard

Cluster operations configuration.

Link copied to clipboard

Control plane configuration.

Link copied to clipboard
val createTime: Output<String>

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

Link copied to clipboard
val deleteTime: Output<String>

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

Link copied to clipboard
val description: Output<String>

A human readable description of this bare metal admin cluster.

Link copied to clipboard
val endpoint: Output<String>

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

Link copied to clipboard
val etag: Output<String>

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.

Link copied to clipboard
val fleet: Output<FleetResponse>

Fleet configuration for the cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Load balancer configuration.

Link copied to clipboard
val localName: Output<String>

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.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

Maintenance configuration.

Link copied to clipboard

MaintenanceStatus representing state of maintenance.

Link copied to clipboard
val name: Output<String>

Immutable. The bare metal admin cluster resource name.

Link copied to clipboard

Network configuration.

Link copied to clipboard

Node access related configurations.

Link copied to clipboard

Workload node configuration.

Link copied to clipboard

OS environment related configurations.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard

Proxy configuration.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reconciling: Output<Boolean>

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

Link copied to clipboard

Security related configuration.

Link copied to clipboard
val state: Output<String>

The current state of the bare metal admin cluster.

Link copied to clipboard

ResourceStatus representing detailed cluster status.

Link copied to clipboard

Storage configuration.

Link copied to clipboard
val uid: Output<String>

The unique identifier of the bare metal admin cluster.

Link copied to clipboard
val updateTime: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

ValidationCheck representing the result of the preflight check.