Introduce backend prefix annotation.
To support backends that host endpoints different than the ones exposed in an ingress resource, we are introducing backend prefix annotations. This allows the ingress controller to setup a backend prefix HTTP setting for endpoints mentioned in an ingress resource with this annotation.
Read more about the usage of the backend prefix annotation here:
https://azure.github.io/application-gateway-kubernetes-ingress/docs/annotations.html#backend-path-prefix
Issues fixed:
#49