Added router priority to webui's list and detail page
This commit is contained in:
parent
cd90b9761a
commit
8cd4923e72
43 changed files with 2913 additions and 131 deletions
4
integration/testdata/rawdata-ingress.json
vendored
4
integration/testdata/rawdata-ingress.json
vendored
|
@ -34,6 +34,7 @@
|
|||
],
|
||||
"service": "default-whoami-http",
|
||||
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
||||
"priority": 50,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
@ -45,6 +46,7 @@
|
|||
],
|
||||
"service": "default-whoami-http",
|
||||
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
|
||||
"priority": 44,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
@ -56,6 +58,7 @@
|
|||
],
|
||||
"service": "default-whoami-80",
|
||||
"rule": "Host(`whoami.test.drop`) \u0026\u0026 PathPrefix(`/drop`)",
|
||||
"priority": 47,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
@ -67,6 +70,7 @@
|
|||
],
|
||||
"service": "default-whoami-80",
|
||||
"rule": "Host(`whoami.test.keep`) \u0026\u0026 PathPrefix(`/keep`)",
|
||||
"priority": 47,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue