Kubernetes Runtime Args
data class KubernetesRuntimeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<KubernetesRuntimeArgs>
Constructors
Functions
Properties
Link copied to clipboard
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.