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
6
integration/testdata/rawdata-crd.json
vendored
6
integration/testdata/rawdata-crd.json
vendored
|
|
@ -6,6 +6,7 @@
|
|||
],
|
||||
"service": "api@internal",
|
||||
"rule": "PathPrefix(`/api`)",
|
||||
"priority": 18,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
],
|
||||
"service": "default-test2-route-23c7f4c450289ee29016",
|
||||
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/tobestripped`)",
|
||||
"priority": 46,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
@ -46,6 +48,7 @@
|
|||
],
|
||||
"service": "default-wrr1",
|
||||
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/wrr1`)",
|
||||
"priority": 38,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
@ -57,6 +60,7 @@
|
|||
],
|
||||
"service": "default-testst-route-60ad45fcb5fc1f5f3629",
|
||||
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/serverstransport`)",
|
||||
"priority": 50,
|
||||
"status": "enabled",
|
||||
"using": [
|
||||
"web"
|
||||
|
|
@ -68,6 +72,7 @@
|
|||
],
|
||||
"service": "other-ns-wrr3",
|
||||
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/c`)",
|
||||
"priority": 35,
|
||||
"error": [
|
||||
"the service \"other-ns-wrr3@kubernetescrd\" does not exist"
|
||||
],
|
||||
|
|
@ -261,6 +266,7 @@
|
|||
],
|
||||
"service": "default-test3.route-673acf455cb2dab0b43a",
|
||||
"rule": "HostSNI(`*`)",
|
||||
"priority": -1,
|
||||
"tls": {
|
||||
"passthrough": false,
|
||||
"options": "default-mytlsoption"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue