forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrds-fault.json.golden
More file actions
82 lines (82 loc) · 1.7 KB
/
rds-fault.json.golden
File metadata and controls
82 lines (82 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"virtual_hosts": [
{
"name": "hello.default.svc.cluster.local|http",
"domains": [
"hello:80",
"hello",
"hello.default:80",
"hello.default",
"hello.default.svc:80",
"hello.default.svc",
"hello.default.svc.cluster:80",
"hello.default.svc.cluster",
"hello.default.svc.cluster.local:80",
"hello.default.svc.cluster.local",
"10.1.0.0:80",
"10.1.0.0"
],
"routes": [
{
"prefix": "/",
"cluster": "out.hello.default.svc.cluster.local|http",
"timeout_ms": 0,
"decorator": {
"operation": "default-route"
}
}
]
},
{
"name": "world.default.svc.cluster.local|http",
"domains": [
"world:80",
"world",
"world.default:80",
"world.default",
"world.default.svc:80",
"world.default.svc",
"world.default.svc.cluster:80",
"world.default.svc.cluster",
"world.default.svc.cluster.local:80",
"world.default.svc.cluster.local",
"10.2.0.0:80",
"10.2.0.0"
],
"routes": [
{
"prefix": "/",
"cluster": "out.world.default.svc.cluster.local|http|version=v1",
"headers": [
{
"name": "animal",
"value": "^dog\\.cat.*",
"regex": true
},
{
"name": "name",
"value": "sco+do+",
"regex": true
},
{
"name": "scooby",
"value": "doo"
}
],
"timeout_ms": 0,
"decorator": {
"operation": "fault"
}
},
{
"prefix": "/",
"cluster": "out.world.default.svc.cluster.local|http",
"timeout_ms": 0,
"decorator": {
"operation": "default-route"
}
}
]
}
]
}