ServerlessKubernetesAddon

data class ServerlessKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null, val version: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val config: String? = null

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

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

It specifies the version of the component.