Cluster#

Describes a cluster.

Contents#

  • arn — The unique cluster ID.

    • Type: String

    • Required: No

  • certificateAuthority — The certificate data for the Kubernetes cluster.

  • 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.

  • kubernetesNetworkConfig — The Kubernetes network configuration for the cluster.

  • legacyClusterParams — The parameters for fine-tuning Kubernetes cluster.

  • 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.

  • resourcesVpcConfig — The VPC configuration that the Kubernetes cluster uses.

  • 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

    • Valid values: 1.30.2 | 1.29.4 | 1.28.9 | 1.27.3 | 1.26.6 | 1.25.11