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.

  • 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

    • Possible values: 1.22.3 | 1.20.9 | 1.18.2