Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.29 KB

File metadata and controls

32 lines (20 loc) · 1.29 KB

UpdateSksClusterRequest

Properties

Name Type Description Notes
description String Cluster description [optional]
labels Map<String, String> [optional]
autoUpgrade Boolean Enable auto upgrade of the control plane to the latest patch version available [optional]
oidc SksOidc [optional]
name String Cluster name [optional]
enableOperatorsCa Boolean Add or remove the operators certificate authority (CA) from the list of trusted CAs of the api server. The default value is true [optional]
featureGates Set<String> A list of Kubernetes-only Alpha features to enable for API server component [optional]
addons Set<AddonsEnum> Cluster addons [optional]
audit SksAuditUpdate [optional]

Enum: Set<AddonsEnum>

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