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