EdgeKubernetesRuntime

data class EdgeKubernetesRuntime(val name: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
fun EdgeKubernetesRuntime(name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val version: 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.