ManagedClusterAddonProfileArgs

data class ManagedClusterAddonProfileArgs(val config: Output<Map<String, String>>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<ManagedClusterAddonProfileArgs>

A Kubernetes add-on profile for a managed cluster.

Constructors

Link copied to clipboard
constructor(config: Output<Map<String, String>>? = null, enabled: Output<Boolean>)

Properties

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

Key-value pairs for configuring an add-on.

Link copied to clipboard
val enabled: Output<Boolean>

Whether the add-on is enabled or not.

Functions

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