More context in example fragments (#2728)

This commit is contained in:
Frank Budinsky 2018-10-03 16:13:58 -04:00 committed by GitHub
parent d85999dd98
commit 627de1ab7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -604,6 +604,7 @@ spec:
- match:
sourceLabels:
app: reviews
route:
...
{{< /text >}}
@ -626,6 +627,7 @@ spec:
- sourceLabels:
app: reviews
version: v2
route:
...
{{< /text >}}
@ -645,6 +647,7 @@ spec:
- headers:
end-user:
exact: jason
route:
...
{{< /text >}}
@ -665,6 +668,7 @@ spec:
- match:
- uri:
prefix: /api/v1
route:
...
{{< /text >}}
@ -694,6 +698,7 @@ spec:
headers:
end-user:
exact: jason
route:
...
{{< /text >}}
@ -716,6 +721,7 @@ spec:
- headers:
end-user:
exact: jason
route:
...
{{< /text >}}