2019-06-11 13:12:04 +00:00
|
|
|
{
|
|
|
|
"routers": {
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test.route-6b204d94623b3df4370c@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"web"
|
|
|
|
],
|
2019-07-05 15:24:04 +00:00
|
|
|
"service": "default/test.route-6b204d94623b3df4370c",
|
2019-06-11 13:12:04 +00:00
|
|
|
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/bar`)",
|
2019-06-21 15:18:05 +00:00
|
|
|
"priority": 12,
|
|
|
|
"tls": {
|
|
|
|
"options": "default/mytlsoption"
|
2019-07-15 15:04:04 +00:00
|
|
|
},
|
|
|
|
"status": "enabled"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test2.route-23c7f4c450289ee29016@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"middlewares": [
|
|
|
|
"default/stripprefix"
|
|
|
|
],
|
2019-07-05 15:24:04 +00:00
|
|
|
"service": "default/test2.route-23c7f4c450289ee29016",
|
2019-07-15 15:04:04 +00:00
|
|
|
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/tobestripped`)",
|
|
|
|
"status": "enabled"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"middlewares": {
|
2019-06-21 07:54:04 +00:00
|
|
|
"default/stripprefix@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"stripPrefix": {
|
|
|
|
"prefixes": [
|
|
|
|
"/tobestripped"
|
|
|
|
]
|
|
|
|
},
|
2019-07-19 14:42:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test2.route-23c7f4c450289ee29016@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"services": {
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test.route-6b204d94623b3df4370c@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-07-15 15:04:04 +00:00
|
|
|
"url": "http://10.42.0.4:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-26 12:14:05 +00:00
|
|
|
"url": "http://10.42.0.5:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passHostHeader": true
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test.route-6b204d94623b3df4370c@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
|
|
|
"serverStatus": {
|
2019-07-15 15:04:04 +00:00
|
|
|
"http://10.42.0.4:80": "UP",
|
2019-06-26 12:14:05 +00:00
|
|
|
"http://10.42.0.5:80": "UP"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test2.route-23c7f4c450289ee29016@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-07-15 15:04:04 +00:00
|
|
|
"url": "http://10.42.0.4:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-26 12:14:05 +00:00
|
|
|
"url": "http://10.42.0.5:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passHostHeader": true
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-07-05 15:24:04 +00:00
|
|
|
"default/test2.route-23c7f4c450289ee29016@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
|
|
|
"serverStatus": {
|
2019-07-15 15:04:04 +00:00
|
|
|
"http://10.42.0.4:80": "UP",
|
2019-06-26 12:14:05 +00:00
|
|
|
"http://10.42.0.5:80": "UP"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tcpRouters": {
|
2019-08-11 10:22:14 +00:00
|
|
|
"default/test3.route-673acf455cb2dab0b43a@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"footcp"
|
|
|
|
],
|
2019-08-11 10:22:14 +00:00
|
|
|
"service": "default/test3.route-673acf455cb2dab0b43a",
|
2019-06-21 15:18:05 +00:00
|
|
|
"rule": "HostSNI(`*`)",
|
|
|
|
"tls": {
|
|
|
|
"passthrough": false,
|
|
|
|
"options": "default/mytlsoption"
|
2019-07-15 15:04:04 +00:00
|
|
|
},
|
|
|
|
"status": "enabled"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tcpServices": {
|
2019-08-11 10:22:14 +00:00
|
|
|
"default/test3.route-673acf455cb2dab0b43a@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-07-15 15:04:04 +00:00
|
|
|
"address": "10.42.0.3:8080"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-26 12:14:05 +00:00
|
|
|
"address": "10.42.0.6:8080"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-08-11 10:22:14 +00:00
|
|
|
"default/test3.route-673acf455cb2dab0b43a@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|