Merge pull request #3145 from Shopify/regex-modifier

Add "use-regex" Annotation to Toggle Regular Expression Location Modifier
This commit is contained in:
k8s-ci-robot 2018-10-01 11:31:43 -07:00 committed by GitHub
commit d9f58144eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 325 additions and 39 deletions

View file

@ -20,6 +20,7 @@ Rewriting can be controlled using the following annotations:
|nginx.ingress.kubernetes.io/ssl-redirect|Indicates if the location section is accessible SSL only (defaults to True when Ingress contains a Certificate)|bool|
|nginx.ingress.kubernetes.io/force-ssl-redirect|Forces the redirection to HTTPS even if the Ingress is not TLS Enabled|bool|
|nginx.ingress.kubernetes.io/app-root|Defines the Application Root that the Controller must redirect if it's in '/' context|string|
|nginx.ingress.kubernetes.io/use-regex|Indicates if the paths defined on an Ingress use regular expressions|bool|
## Validation