SKS Cluster
Name | Type | Description | Notes |
---|---|---|---|
description | String | Cluster description | [optional] |
labels | Map<String, String> | [optional] | |
cni | CniEnum | Cluster CNI | [optional] |
autoUpgrade | Boolean | Enable auto upgrade of the control plane to the latest patch version available | [optional] |
name | String | Cluster name | [optional] |
state | StateEnum | Cluster state | [optional] [readonly] |
nodepools | List<SksNodepool> | Cluster Nodepools | [optional] [readonly] |
level | LevelEnum | Cluster level | [optional] |
addons | Set<AddonsEnum> | Cluster addons | [optional] |
id | UUID | Cluster ID | [optional] [readonly] |
version | String | Control plane Kubernetes version | [optional] |
createdAt | OffsetDateTime | Cluster creation date | [optional] [readonly] |
endpoint | String | Cluster endpoint | [optional] [readonly] |
Name | Value |
---|---|
CALICO | "calico" |
CILIUM | "cilium" |
Name | Value |
---|---|
ROTATING_CCM_CREDENTIALS | "rotating-ccm-credentials" |
CREATING | "creating" |
UPGRADING | "upgrading" |
DELETING | "deleting" |
RUNNING | "running" |
SUSPENDING | "suspending" |
UPDATING | "updating" |
ERROR | "error" |
Name | Value |
---|---|
STARTER | "starter" |
PRO | "pro" |
Name | Value |
---|---|
EXOSCALE_CLOUD_CONTROLLER | "exoscale-cloud-controller" |
EXOSCALE_CONTAINER_STORAGE_INTERFACE | "exoscale-container-storage-interface" |
METRICS_SERVER | "metrics-server" |