Cluster
In this article:
Cluster#
Describes a cluster.
Contents#
arn — The unique cluster ID.
Type: String
Required: No
certificateAuthority — The certificate data for the Kubernetes cluster.
Type:
Required: No
createdAt — The Kubernetes cluster creation date in the Unix epoch timestamp format.
Type: Timestamp
Required: No
health — The list of errors and warnings occurred on the cloud provider side during the cluster operation.
Type: ClusterHealth object
Required: No
kubernetesNetworkConfig — The Kubernetes network configuration for the cluster.
Type: kubernetesNetworkConfig object
Required: No
legacyClusterParams — The parameters for fine-tuning Kubernetes cluster.
Type: legacyClusterParams object
Required: No
name — The cluster name.
Type: String
Required: No
platformVersion — The platform version of the Kubernetes cluster.
Type: String
Required: No
remoteAccessConfig — The remote access configuration for the managed node group.
Type: remoteAccessConfig object
Required: No
resourcesVpcConfig — The VPC configuration that the Kubernetes cluster uses.
Type: resourcesVpcConfig object
Required: No
status — The current state of the Kubernetes cluster.
Valid values:
CLAIMED
|CREATING
|DELETED
|DELETING
|ERROR
|MODIFYING
|PENDING
|PROVISIONING
|READY
|REPAIRING
Type: String
Required: No
tags — Tags assigned to the resource being created.
Type: String map
Required: No
version — The Kubernetes server version used to deploy the cluster.
Type: String
Required: No
Possible values:
1.22.3
|1.20.9
|1.18.2