KubernetesRuntimeArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<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: Output<String>? = null

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

Functions

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