Azure File Persistent Volume Source
data class AzureFilePersistentVolumeSource(val readOnly: Boolean? = null, val secretName: String, val secretNamespace: String? = null, val shareName: String)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.