GetBareMetalAdminClusterResult

data class GetBareMetalAdminClusterResult(val annotations: Map<String, String>, val bareMetalVersion: String, val clusterOperations: BareMetalAdminClusterOperationsConfigResponse, val controlPlane: BareMetalAdminControlPlaneConfigResponse, val createTime: String, val deleteTime: String, val description: String, val endpoint: String, val etag: String, val fleet: FleetResponse, val loadBalancer: BareMetalAdminLoadBalancerConfigResponse, val localName: String, val maintenanceConfig: BareMetalAdminMaintenanceConfigResponse, val maintenanceStatus: BareMetalAdminMaintenanceStatusResponse, val name: String, val networkConfig: BareMetalAdminNetworkConfigResponse, val nodeAccessConfig: BareMetalAdminNodeAccessConfigResponse, val nodeConfig: BareMetalAdminWorkloadNodeConfigResponse, val osEnvironmentConfig: BareMetalAdminOsEnvironmentConfigResponse, val proxy: BareMetalAdminProxyConfigResponse, val reconciling: Boolean, val securityConfig: BareMetalAdminSecurityConfigResponse, val state: String, val status: ResourceStatusResponse, val storage: BareMetalAdminStorageConfigResponse, val uid: String, val updateTime: String, val validationCheck: ValidationCheckResponse)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

A human readable description of this bare metal admin cluster.

Link copied to clipboard

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

Link copied to clipboard

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

Fleet configuration for the cluster.

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard

MaintenanceStatus representing state of maintenance.

Link copied to clipboard

Immutable. The bare metal admin cluster resource name.

Link copied to clipboard
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

Proxy configuration.

Link copied to clipboard

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

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: String

The unique identifier of the bare metal admin cluster.

Link copied to clipboard

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

Link copied to clipboard

ValidationCheck representing the result of the preflight check.