Merge pull request #1278 from antoineco/proxy-pass-params

Add proxy-pass-params annotation and Backend field
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-02 17:43:42 -03:00 committed by GitHub
commit 54459d8d42
4 changed files with 26 additions and 1 deletions

View file

@ -63,6 +63,7 @@ Key:
| `session-cookie-name` | When `affinity` is set to `cookie`, the name of the cookie to use. | | nginx
| `session-cookie-hash` | When `affinity` is set to `cookie`, the hash algorithm used: `md5`, `sha`, `index`. | | nginx
| `proxy-body-size` | Maximum request body size. | | nginx, haproxy
| `proxy-pass-params` | Parameters for proxy-pass directives. | |
| `follow-redirects` | Follow HTTP redirects in the response and deliver the redirect target to the client. | | trafficserver
| `kubernetes.io/ingress.global-static-ip-name` | Name of the static global IP address in GCP to use when provisioning the HTTPS load balancer. | empty string | gce