ServerlessKubernetesAddonArgs

data class ServerlessKubernetesAddonArgs(val config: Output<String>? = null, val disabled: Output<Boolean>? = null, val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ServerlessKubernetesAddonArgs>

Constructors

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

Properties

Link copied to clipboard
val config: Output<String>? = null

The ACK add-on configurations. For more config information, see cs_kubernetes_addon_metadata.

Link copied to clipboard
val disabled: Output<Boolean>? = null

Disables the automatic installation of a component. Default is false. The following example is the definition of addons block, The type of this field is list:

Link copied to clipboard
val name: Output<String>? = null

Name of the ACK add-on. The name must match one of the names returned by DescribeAddons.

Link copied to clipboard
val version: Output<String>? = null

It specifies the version of the component.

Functions

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