Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Storage Profile Structure

Type: object Properties: 4
AzureCloudContainersDevOpsKubernetesOrchestration

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

Properties

diskCSIDriver fileCSIDriver snapshotController blobCSIDriver

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterStorageProfile",
  "type": "object",
  "properties": {
    "diskCSIDriver": {
      "type": "object"
    },
    "fileCSIDriver": {
      "type": "object"
    },
    "snapshotController": {
      "type": "object"
    },
    "blobCSIDriver": {
      "type": "object"
    }
  }
}