ManagedKubernetesRuntime

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

This parameter specifies the name of the component.

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.