Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Ingress Profile Structure

Type: object Properties: 1
AzureCloudContainersDevOpsKubernetesOrchestration

ManagedClusterIngressProfile 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

webAppRouting

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

JSON Structure

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