GetBareMetalClusterResult

data class GetBareMetalClusterResult(val adminClusterMembership: String, val adminClusterName: String, val annotations: Map<String, String>, val bareMetalVersion: String, val clusterOperations: BareMetalClusterOperationsConfigResponse, val controlPlane: BareMetalControlPlaneConfigResponse, val createTime: String, val deleteTime: String, val description: String, val endpoint: String, val etag: String, val fleet: FleetResponse, val loadBalancer: BareMetalLoadBalancerConfigResponse, val localName: String, val maintenanceConfig: BareMetalMaintenanceConfigResponse, val maintenanceStatus: BareMetalMaintenanceStatusResponse, val name: String, val networkConfig: BareMetalNetworkConfigResponse, val nodeAccessConfig: BareMetalNodeAccessConfigResponse, val nodeConfig: BareMetalWorkloadNodeConfigResponse, val osEnvironmentConfig: BareMetalOsEnvironmentConfigResponse, val proxy: BareMetalProxyConfigResponse, val reconciling: Boolean, val securityConfig: BareMetalSecurityConfigResponse, val state: String, val status: ResourceStatusResponse, val storage: BareMetalStorageConfigResponse, val uid: String, val updateTime: String, val validationCheck: ValidationCheckResponse)

Constructors

Link copied to clipboard
fun GetBareMetalClusterResult(adminClusterMembership: String, adminClusterName: String, annotations: Map<String, String>, bareMetalVersion: String, clusterOperations: BareMetalClusterOperationsConfigResponse, controlPlane: BareMetalControlPlaneConfigResponse, createTime: String, deleteTime: String, description: String, endpoint: String, etag: String, fleet: FleetResponse, loadBalancer: BareMetalLoadBalancerConfigResponse, localName: String, maintenanceConfig: BareMetalMaintenanceConfigResponse, maintenanceStatus: BareMetalMaintenanceStatusResponse, name: String, networkConfig: BareMetalNetworkConfigResponse, nodeAccessConfig: BareMetalNodeAccessConfigResponse, nodeConfig: BareMetalWorkloadNodeConfigResponse, osEnvironmentConfig: BareMetalOsEnvironmentConfigResponse, proxy: BareMetalProxyConfigResponse, reconciling: Boolean, securityConfig: BareMetalSecurityConfigResponse, state: String, status: ResourceStatusResponse, storage: BareMetalStorageConfigResponse, uid: String, updateTime: String, validationCheck: ValidationCheckResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Cluster operations configuration.

Link copied to clipboard

Control plane configuration.

Link copied to clipboard

The time when the bare metal user cluster was created.

Link copied to clipboard

The time when the bare metal user 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 user cluster.

Link copied to clipboard

The IP address of the bare metal user 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

Load balancer configuration.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

Status of on-going maintenance tasks.

Link copied to clipboard

Immutable. The bare metal user 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 user cluster.

Link copied to clipboard

Security related setting configuration.

Link copied to clipboard

The current state of the bare metal user cluster.

Link copied to clipboard

Detailed cluster status.

Link copied to clipboard

Storage configuration.

Link copied to clipboard
val uid: String

The unique identifier of the bare metal user cluster.

Link copied to clipboard

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

Link copied to clipboard

The result of the preflight check.