ManagedClusterAddonProfileResponse

data class ManagedClusterAddonProfileResponse(val config: Map<String, String>? = null, val enabled: Boolean, val identity: ManagedClusterAddonProfileResponseIdentity)

A Kubernetes add-on profile for a managed cluster.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Key-value pairs for configuring an add-on.

Link copied to clipboard

Whether the add-on is enabled or not.

Link copied to clipboard

Information of user assigned identity used by this add-on.