{ "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": [ "boolean", "null" ] }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": [ "string", "null" ] }, "shareName": { "description": "shareName is the azure share Name", "type": [ "string", "null" ] } }, "required": [ "secretName", "shareName" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/azurefilevolumesource/v1" }