@@ -114,7 +114,7 @@ func TestRouter(t *testing.T) {
114
114
name : "non-secure" ,
115
115
serviceName : "example" ,
116
116
endpoints : []kapi.EndpointSubset {httpEndpoint },
117
- routeAlias : "www .example-unsecure .com" ,
117
+ routeAlias : "unsecure .example.com" ,
118
118
endpointEventType : watch .Added ,
119
119
routeEventType : watch .Added ,
120
120
protocol : "http" ,
@@ -126,7 +126,7 @@ func TestRouter(t *testing.T) {
126
126
name : "non-secure-path" ,
127
127
serviceName : "example-path" ,
128
128
endpoints : []kapi.EndpointSubset {httpEndpoint },
129
- routeAlias : "www .example-unsecure .com" ,
129
+ routeAlias : "unsecure .example.com" ,
130
130
routePath : "/test" ,
131
131
endpointEventType : watch .Added ,
132
132
routeEventType : watch .Added ,
@@ -139,7 +139,7 @@ func TestRouter(t *testing.T) {
139
139
name : "preferred-port" ,
140
140
serviceName : "example-preferred-port" ,
141
141
endpoints : []kapi.EndpointSubset {alternateHttpEndpoint , httpEndpoint },
142
- routeAlias : "www.example- unsecure.com" ,
142
+ routeAlias : "pref.port. unsecure.example .com" ,
143
143
endpointEventType : watch .Added ,
144
144
routeEventType : watch .Added ,
145
145
protocol : "http" ,
@@ -152,7 +152,7 @@ func TestRouter(t *testing.T) {
152
152
name : "edge termination" ,
153
153
serviceName : "example-edge" ,
154
154
endpoints : []kapi.EndpointSubset {httpEndpoint },
155
- routeAlias : "www .example.com" ,
155
+ routeAlias : "edge .example.com" ,
156
156
endpointEventType : watch .Added ,
157
157
routeEventType : watch .Added ,
158
158
protocol : "https" ,
@@ -169,7 +169,7 @@ func TestRouter(t *testing.T) {
169
169
name : "edge termination path" ,
170
170
serviceName : "example-edge-path" ,
171
171
endpoints : []kapi.EndpointSubset {httpEndpoint },
172
- routeAlias : "www .example.com" ,
172
+ routeAlias : "edge .example.com" ,
173
173
routePath : "/test" ,
174
174
endpointEventType : watch .Added ,
175
175
routeEventType : watch .Added ,
@@ -187,7 +187,7 @@ func TestRouter(t *testing.T) {
187
187
name : "reencrypt" ,
188
188
serviceName : "example-reencrypt" ,
189
189
endpoints : []kapi.EndpointSubset {httpsEndpoint },
190
- routeAlias : "www .example.com" ,
190
+ routeAlias : "reencrypt .example.com" ,
191
191
endpointEventType : watch .Added ,
192
192
routeEventType : watch .Added ,
193
193
protocol : "https" ,
@@ -205,7 +205,7 @@ func TestRouter(t *testing.T) {
205
205
name : "reencrypt-InsecureEdgePolicy" ,
206
206
serviceName : "example-reencrypt" ,
207
207
endpoints : []kapi.EndpointSubset {httpsEndpoint },
208
- routeAlias : "www .example.com" ,
208
+ routeAlias : "allow.reencrypt .example.com" ,
209
209
endpointEventType : watch .Added ,
210
210
routeEventType : watch .Added ,
211
211
protocol : "http" ,
@@ -224,7 +224,7 @@ func TestRouter(t *testing.T) {
224
224
name : "reencrypt-destcacert" ,
225
225
serviceName : "example-reencrypt-destcacert" ,
226
226
endpoints : []kapi.EndpointSubset {httpsEndpoint },
227
- routeAlias : "www .example.com" ,
227
+ routeAlias : "destcert.reencrypt .example.com" ,
228
228
endpointEventType : watch .Added ,
229
229
routeEventType : watch .Added ,
230
230
protocol : "https" ,
@@ -239,7 +239,7 @@ func TestRouter(t *testing.T) {
239
239
name : "reencrypt path" ,
240
240
serviceName : "example-reencrypt-path" ,
241
241
endpoints : []kapi.EndpointSubset {httpsEndpoint },
242
- routeAlias : "www .example.com" ,
242
+ routeAlias : "reencrypt .example.com" ,
243
243
routePath : "/test" ,
244
244
endpointEventType : watch .Added ,
245
245
routeEventType : watch .Added ,
@@ -258,7 +258,7 @@ func TestRouter(t *testing.T) {
258
258
name : "passthrough termination" ,
259
259
serviceName : "example-passthrough" ,
260
260
endpoints : []kapi.EndpointSubset {httpsEndpoint },
261
- routeAlias : "www .example-passthrough .com" ,
261
+ routeAlias : "passthrough .example.com" ,
262
262
endpointEventType : watch .Added ,
263
263
routeEventType : watch .Added ,
264
264
protocol : "https" ,
@@ -272,7 +272,7 @@ func TestRouter(t *testing.T) {
272
272
name : "websocket unsecure" ,
273
273
serviceName : "websocket-unsecure" ,
274
274
endpoints : []kapi.EndpointSubset {httpEndpoint },
275
- routeAlias : "www .example.com" ,
275
+ routeAlias : "ws.unsecure .example.com" ,
276
276
endpointEventType : watch .Added ,
277
277
routeEventType : watch .Added ,
278
278
protocol : "ws" ,
@@ -283,7 +283,7 @@ func TestRouter(t *testing.T) {
283
283
name : "ws edge termination" ,
284
284
serviceName : "websocket-edge" ,
285
285
endpoints : []kapi.EndpointSubset {httpEndpoint },
286
- routeAlias : "www .example.com" ,
286
+ routeAlias : "ws.edge .example.com" ,
287
287
endpointEventType : watch .Added ,
288
288
routeEventType : watch .Added ,
289
289
protocol : "wss" ,
@@ -300,7 +300,7 @@ func TestRouter(t *testing.T) {
300
300
name : "ws passthrough termination" ,
301
301
serviceName : "websocket-passthrough" ,
302
302
endpoints : []kapi.EndpointSubset {httpsEndpoint },
303
- routeAlias : "www .example.com" ,
303
+ routeAlias : "ws.passthrough .example.com" ,
304
304
endpointEventType : watch .Added ,
305
305
routeEventType : watch .Added ,
306
306
protocol : "wss" ,
0 commit comments