Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Cluster Upgrade Settings Structure

Type: object Properties: 1
AzureCloudContainersDevOpsKubernetesOrchestration

ClusterUpgradeSettings is a JSON Structure definition published by Azure Kubernetes Service, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

overrideSettings

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterUpgradeSettings",
  "type": "object",
  "properties": {
    "overrideSettings": {
      "type": "object"
    }
  }
}