KubernetesRuntimeArgs

data class KubernetesRuntimeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<KubernetesRuntimeArgs>

Constructors

Link copied to clipboard
fun KubernetesRuntimeArgs(name: Output<String>? = null, version: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): KubernetesRuntimeArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

The kubernetes cluster's name. It is unique in one Alicloud account.

Link copied to clipboard
val version: Output<String>? = null

Desired Kubernetes version. If you do not specify a value, the latest available version at resource creation is used and no upgrades will occur except you set a higher version number. The value must be configured and increased to upgrade the version when desired. Downgrades are not supported by ACK.