Skip to content

Commit 7356f86

Browse files
authored
Merge branch 'main' into rebase-8361
2 parents aaa6a1c + c11f142 commit 7356f86

73 files changed

Lines changed: 151 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

internal/cmd/egctl/testdata/translate/out/default-resources.all.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ envoyProxyForGatewayClass:
2323
node:
2424
locality:
2525
zone: $(ENVOY_SERVICE_ZONE)
26+
deferredStatOptions:
27+
enableDeferredCreationStats: true
2628
stats_config:
2729
use_all_default_tags: true
2830
stats_tags:
@@ -568,6 +570,8 @@ xds:
568570
portValue: 19000
569571
clusterManager:
570572
localClusterName: local_cluster
573+
deferredStatOptions:
574+
enableDeferredCreationStats: true
571575
dynamicResources:
572576
adsConfig:
573577
apiType: DELTA_GRPC

internal/cmd/egctl/testdata/translate/out/from-gateway-api-to-xds.all.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"clusterManager": {
2626
"localClusterName": "local_cluster"
2727
},
28+
"deferredStatOptions": {
29+
"enableDeferredCreationStats": true
30+
},
2831
"dynamicResources": {
2932
"adsConfig": {
3033
"apiType": "DELTA_GRPC",

internal/cmd/egctl/testdata/translate/out/from-gateway-api-to-xds.all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ xds:
1515
portValue: 19000
1616
clusterManager:
1717
localClusterName: local_cluster
18+
deferredStatOptions:
19+
enableDeferredCreationStats: true
1820
dynamicResources:
1921
adsConfig:
2022
apiType: DELTA_GRPC

internal/cmd/egctl/testdata/translate/out/from-gateway-api-to-xds.bootstrap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ xds:
1414
portValue: 19000
1515
clusterManager:
1616
localClusterName: local_cluster
17+
deferredStatOptions:
18+
enableDeferredCreationStats: true
1719
dynamicResources:
1820
adsConfig:
1921
apiType: DELTA_GRPC

internal/cmd/egctl/testdata/translate/out/jwt-single-route-single-match-to-xds.all.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"clusterManager": {
2626
"localClusterName": "local_cluster"
2727
},
28+
"deferredStatOptions": {
29+
"enableDeferredCreationStats": true
30+
},
2831
"dynamicResources": {
2932
"adsConfig": {
3033
"apiType": "DELTA_GRPC",

internal/cmd/egctl/testdata/translate/out/jwt-single-route-single-match-to-xds.all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ xds:
1515
portValue: 19000
1616
clusterManager:
1717
localClusterName: local_cluster
18+
deferredStatOptions:
19+
enableDeferredCreationStats: true
1820
dynamicResources:
1921
adsConfig:
2022
apiType: DELTA_GRPC

internal/cmd/egctl/testdata/translate/out/jwt-single-route-single-match-to-xds.bootstrap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ xds:
1414
portValue: 19000
1515
clusterManager:
1616
localClusterName: local_cluster
17+
deferredStatOptions:
18+
enableDeferredCreationStats: true
1719
dynamicResources:
1820
adsConfig:
1921
apiType: DELTA_GRPC

internal/cmd/egctl/testdata/translate/out/no-service-cluster-ip.all.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ xds:
1515
portValue: 19000
1616
clusterManager:
1717
localClusterName: local_cluster
18+
deferredStatOptions:
19+
enableDeferredCreationStats: true
1820
dynamicResources:
1921
adsConfig:
2022
apiType: DELTA_GRPC

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/custom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ spec:
6060
node:
6161
locality:
6262
zone: $(ENVOY_SERVICE_ZONE)
63+
deferredStatOptions:
64+
enableDeferredCreationStats: true
6365
stats_config:
6466
use_all_default_tags: true
6567
stats_tags:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/default-env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ spec:
5959
node:
6060
locality:
6161
zone: $(ENVOY_SERVICE_ZONE)
62+
deferredStatOptions:
63+
enableDeferredCreationStats: true
6264
stats_config:
6365
use_all_default_tags: true
6466
stats_tags:

0 commit comments

Comments
 (0)