Managed Cluster Addon Profile Response
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)