KubernetesRuntime

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the runtime. Supported runtimes can be queried by data source alicloud_cs_kubernetes_version.

Link copied to clipboard
val version: String? = null

The version of the runtime. The following example is the definition of runtime block: