Skip to content

Commit

Permalink
add expected to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored and traefiker committed Aug 14, 2019
1 parent ebd5af2 commit 518f8f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions integration/testdata/rawdata-ingress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"routers": {
"whoami-test-https/whoami-tls@kubernetes": {
"service": "default/whoami/http",
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
"tls": {},
"status": "enabled"
},
"whoami-test-https/whoami@kubernetes": {
"service": "default/whoami/http",
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
"status": "enabled"
},
"whoami-test/whoami@kubernetes": {
"service": "default/whoami/http",
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
Expand All @@ -21,6 +32,8 @@
},
"status": "enabled",
"usedBy": [
"whoami-test-https/whoami-tls@kubernetes",
"whoami-test-https/whoami@kubernetes",
"whoami-test/whoami@kubernetes"
],
"serverStatus": {
Expand Down

0 comments on commit 518f8f0

Please sign in to comment.