Microsoft Azure · Schema

ManagedClusterAddonProfile

A Kubernetes add-on profile for a managed cluster.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
enabled boolean Whether the add-on is enabled.
config object Key-value pairs for configuring an add-on.
identity object
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-addon-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterAddonProfile",
  "type": "object",
  "description": "A Kubernetes add-on profile for a managed cluster.",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Whether the add-on is enabled."
    },
    "config": {
      "type": "object",
      "description": "Key-value pairs for configuring an add-on."
    },
    "identity": {
      "type": "object"
    }
  }
}