Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.29 KB

CreateSksClusterRequest.md

File metadata and controls

49 lines (29 loc) · 1.29 KB

CreateSksClusterRequest

Properties

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]
oidc SksOidc [optional]
name String Cluster name
level LevelEnum Cluster service level
addons Set<AddonsEnum> Cluster addons [optional]
version String Control plane Kubernetes version

Enum: CniEnum

Name Value
CALICO "calico"
CILIUM "cilium"

Enum: LevelEnum

Name Value
STARTER "starter"
PRO "pro"

Enum: Set<AddonsEnum>

Name Value
EXOSCALE_CLOUD_CONTROLLER "exoscale-cloud-controller"
EXOSCALE_CONTAINER_STORAGE_INTERFACE "exoscale-container-storage-interface"
METRICS_SERVER "metrics-server"