-
Notifications
You must be signed in to change notification settings - Fork 7.8k
/
Copy pathroute-binding.yaml.golden
206 lines (206 loc) · 5.35 KB
/
route-binding.yaml.golden
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/default.istio-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-default
namespace: istio-system
spec:
servers:
- hosts:
- '*/*.domain.example'
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/foobar.istio-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-foobar
namespace: istio-system
spec:
servers:
- hosts:
- '*/*.foobar.example'
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/same-namespace.istio-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-same-namespace
namespace: istio-system
spec:
servers:
- hosts:
- istio-system/*.same-namespace.example
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/scope-route.istio-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-scope-route
namespace: istio-system
spec:
servers:
- hosts:
- '*/*.scope-route.example'
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/namespace-selector.istio-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-namespace-selector
namespace: istio-system
spec:
servers:
- hosts:
- group-namespace1/*.namespace-selector.example
- group-namespace2/*.namespace-selector.example
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-all.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-all-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- istio-system/gateway-istio-autogenerated-k8s-gateway-default
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 85
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-all.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-all-1-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- istio-system/gateway-istio-autogenerated-k8s-gateway-foobar
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 85
- route:
- destination:
host: httpbin.istio-system.svc.domain.suffix
port:
number: 81
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/section-name-cross-namespace.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: section-name-cross-namespace-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- istio-system/gateway-istio-autogenerated-k8s-gateway-foobar
hosts:
- alpha.foobar.example
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-cross-namespace.group-namespace1
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-cross-namespace-0-istio-autogenerated-k8s-gateway
namespace: group-namespace1
spec:
gateways:
- istio-system/gateway-istio-autogenerated-k8s-gateway-namespace-selector
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.group-namespace1.svc.domain.suffix
port:
number: 86
- route:
- destination:
host: httpbin.group-namespace2.svc.domain.suffix
port:
number: 87
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/same-namespace-valid.istio-system
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: same-namespace-valid-0-istio-autogenerated-k8s-gateway
namespace: istio-system
spec:
gateways:
- istio-system/gateway-istio-autogenerated-k8s-gateway-same-namespace
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.istio-system.svc.domain.suffix
port:
number: 81
---