Ran into an issue where newly added VirtualServers were being considered invalid after an older VirtualServer was created but it's upstream endpoint got deleted shortly after. I found that there is an option for Ingress objects to use an annotation to use services as upstream (nginx.ingress.kubernetes.io/service-upstream: 'true'), but I cannot find documentation on how to do the same for VirtualServers. Is this possible to do?