@@ -106,6 +106,9 @@ var basicHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
106
106
ObjectMeta : metav1.ObjectMeta {
107
107
Name : "cilium-gateway-my-gateway" ,
108
108
Namespace : "default" ,
109
+ Labels : map [string ]string {
110
+ "cilium.io/use-original-source-address" : "false" ,
111
+ },
109
112
OwnerReferences : []metav1.OwnerReference {
110
113
{
111
114
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -194,6 +197,9 @@ var basicTLSListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
194
197
ObjectMeta : metav1.ObjectMeta {
195
198
Name : "cilium-gateway-my-gateway" ,
196
199
Namespace : "default" ,
200
+ Labels : map [string ]string {
201
+ "cilium.io/use-original-source-address" : "false" ,
202
+ },
197
203
OwnerReferences : []metav1.OwnerReference {
198
204
{
199
205
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -304,6 +310,9 @@ var simpleSameNamespaceHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyCon
304
310
ObjectMeta : metav1.ObjectMeta {
305
311
Name : "cilium-gateway-same-namespace" ,
306
312
Namespace : "gateway-conformance-infra" ,
313
+ Labels : map [string ]string {
314
+ "cilium.io/use-original-source-address" : "false" ,
315
+ },
307
316
OwnerReferences : []metav1.OwnerReference {
308
317
{
309
318
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -388,6 +397,9 @@ var crossNamespaceHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
388
397
ObjectMeta : metav1.ObjectMeta {
389
398
Name : "cilium-gateway-backend-namespaces" ,
390
399
Namespace : "gateway-conformance-infra" ,
400
+ Labels : map [string ]string {
401
+ "cilium.io/use-original-source-address" : "false" ,
402
+ },
391
403
OwnerReferences : []metav1.OwnerReference {
392
404
{
393
405
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -485,6 +497,9 @@ var exactPathMatchingHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfi
485
497
ObjectMeta : metav1.ObjectMeta {
486
498
Name : "cilium-gateway-same-namespace" ,
487
499
Namespace : "gateway-conformance-infra" ,
500
+ Labels : map [string ]string {
501
+ "cilium.io/use-original-source-address" : "false" ,
502
+ },
488
503
OwnerReferences : []metav1.OwnerReference {
489
504
{
490
505
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -694,6 +709,9 @@ var headerMatchingHTTPCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
694
709
ObjectMeta : metav1.ObjectMeta {
695
710
Name : "cilium-gateway-same-namespace" ,
696
711
Namespace : "gateway-conformance-infra" ,
712
+ Labels : map [string ]string {
713
+ "cilium.io/use-original-source-address" : "false" ,
714
+ },
697
715
OwnerReferences : []metav1.OwnerReference {
698
716
{
699
717
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -994,6 +1012,9 @@ var hostnameIntersectionHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyCo
994
1012
ObjectMeta : metav1.ObjectMeta {
995
1013
Name : "cilium-gateway-httproute-hostname-intersection" ,
996
1014
Namespace : "gateway-conformance-infra" ,
1015
+ Labels : map [string ]string {
1016
+ "cilium.io/use-original-source-address" : "false" ,
1017
+ },
997
1018
OwnerReferences : []metav1.OwnerReference {
998
1019
{
999
1020
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -1230,6 +1251,9 @@ var listenerHostNameMatchingCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
1230
1251
ObjectMeta : metav1.ObjectMeta {
1231
1252
Name : "cilium-gateway-httproute-listener-hostname-matching" ,
1232
1253
Namespace : "gateway-conformance-infra" ,
1254
+ Labels : map [string ]string {
1255
+ "cilium.io/use-original-source-address" : "false" ,
1256
+ },
1233
1257
OwnerReferences : []metav1.OwnerReference {
1234
1258
{
1235
1259
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -1389,6 +1413,9 @@ var matchingAcrossHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
1389
1413
ObjectMeta : metav1.ObjectMeta {
1390
1414
Name : "cilium-gateway-same-namespace" ,
1391
1415
Namespace : "gateway-conformance-infra" ,
1416
+ Labels : map [string ]string {
1417
+ "cilium.io/use-original-source-address" : "false" ,
1418
+ },
1392
1419
OwnerReferences : []metav1.OwnerReference {
1393
1420
{
1394
1421
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -1562,6 +1589,9 @@ var matchingHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
1562
1589
ObjectMeta : metav1.ObjectMeta {
1563
1590
Name : "cilium-gateway-same-namespace" ,
1564
1591
Namespace : "gateway-conformance-infra" ,
1592
+ Labels : map [string ]string {
1593
+ "cilium.io/use-original-source-address" : "false" ,
1594
+ },
1565
1595
OwnerReferences : []metav1.OwnerReference {
1566
1596
{
1567
1597
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -1745,6 +1775,9 @@ var queryParamMatchingHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConf
1745
1775
ObjectMeta : metav1.ObjectMeta {
1746
1776
Name : "cilium-gateway-same-namespace" ,
1747
1777
Namespace : "gateway-conformance-infra" ,
1778
+ Labels : map [string ]string {
1779
+ "cilium.io/use-original-source-address" : "false" ,
1780
+ },
1748
1781
OwnerReferences : []metav1.OwnerReference {
1749
1782
{
1750
1783
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -1936,6 +1969,9 @@ var methodMatchingHTTPListenersHTTPListenersCiliumEnvoyConfig = &ciliumv2.Cilium
1936
1969
ObjectMeta : metav1.ObjectMeta {
1937
1970
Name : "cilium-gateway-same-namespace" ,
1938
1971
Namespace : "gateway-conformance-infra" ,
1972
+ Labels : map [string ]string {
1973
+ "cilium.io/use-original-source-address" : "false" ,
1974
+ },
1939
1975
OwnerReferences : []metav1.OwnerReference {
1940
1976
{
1941
1977
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -2172,6 +2208,9 @@ var requestHeaderModifierHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyC
2172
2208
ObjectMeta : metav1.ObjectMeta {
2173
2209
Name : "cilium-gateway-same-namespace" ,
2174
2210
Namespace : "gateway-conformance-infra" ,
2211
+ Labels : map [string ]string {
2212
+ "cilium.io/use-original-source-address" : "false" ,
2213
+ },
2175
2214
OwnerReferences : []metav1.OwnerReference {
2176
2215
{
2177
2216
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -2392,6 +2431,9 @@ var requestRedirectHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
2392
2431
ObjectMeta : metav1.ObjectMeta {
2393
2432
Name : "cilium-gateway-same-namespace" ,
2394
2433
Namespace : "gateway-conformance-infra" ,
2434
+ Labels : map [string ]string {
2435
+ "cilium.io/use-original-source-address" : "false" ,
2436
+ },
2395
2437
OwnerReferences : []metav1.OwnerReference {
2396
2438
{
2397
2439
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -2636,6 +2678,9 @@ var responseHeaderModifierHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoy
2636
2678
ObjectMeta : metav1.ObjectMeta {
2637
2679
Name : "cilium-gateway-same-namespace" ,
2638
2680
Namespace : "gateway-conformance-infra" ,
2681
+ Labels : map [string ]string {
2682
+ "cilium.io/use-original-source-address" : "false" ,
2683
+ },
2639
2684
OwnerReferences : []metav1.OwnerReference {
2640
2685
{
2641
2686
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -2874,6 +2919,9 @@ var rewriteHostHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
2874
2919
ObjectMeta : metav1.ObjectMeta {
2875
2920
Name : "cilium-gateway-same-namespace" ,
2876
2921
Namespace : "gateway-conformance-infra" ,
2922
+ Labels : map [string ]string {
2923
+ "cilium.io/use-original-source-address" : "false" ,
2924
+ },
2877
2925
OwnerReferences : []metav1.OwnerReference {
2878
2926
{
2879
2927
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -3085,6 +3133,9 @@ var rewritePathHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
3085
3133
ObjectMeta : metav1.ObjectMeta {
3086
3134
Name : "cilium-gateway-same-namespace" ,
3087
3135
Namespace : "gateway-conformance-infra" ,
3136
+ Labels : map [string ]string {
3137
+ "cilium.io/use-original-source-address" : "false" ,
3138
+ },
3088
3139
OwnerReferences : []metav1.OwnerReference {
3089
3140
{
3090
3141
APIVersion : "gateway.networking.k8s.io/v1" ,
@@ -3291,6 +3342,9 @@ var mirrorHTTPListenersCiliumEnvoyConfig = &ciliumv2.CiliumEnvoyConfig{
3291
3342
ObjectMeta : metav1.ObjectMeta {
3292
3343
Name : "cilium-gateway-same-namespace" ,
3293
3344
Namespace : "gateway-conformance-infra" ,
3345
+ Labels : map [string ]string {
3346
+ "cilium.io/use-original-source-address" : "false" ,
3347
+ },
3294
3348
OwnerReferences : []metav1.OwnerReference {
3295
3349
{
3296
3350
APIVersion : "gateway.networking.k8s.io/v1" ,
0 commit comments