From 923e525fff19f5013983dbc05ed575921fc889a6 Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Wed, 25 Sep 2024 11:44:03 +0200 Subject: [PATCH] test(MeshCircuitBreaker): update golden Signed-off-by: Mike Beaumont --- ...argeted-to-real-MeshService.gateway_cluster.golden.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/plugins/policies/meshcircuitbreaker/plugin/v1alpha1/testdata/real-MeshService-targeted-to-real-MeshService.gateway_cluster.golden.yaml b/pkg/plugins/policies/meshcircuitbreaker/plugin/v1alpha1/testdata/real-MeshService-targeted-to-real-MeshService.gateway_cluster.golden.yaml index 3cadb9706b9b..a0dcf7feb19f 100644 --- a/pkg/plugins/policies/meshcircuitbreaker/plugin/v1alpha1/testdata/real-MeshService-targeted-to-real-MeshService.gateway_cluster.golden.yaml +++ b/pkg/plugins/policies/meshcircuitbreaker/plugin/v1alpha1/testdata/real-MeshService-targeted-to-real-MeshService.gateway_cluster.golden.yaml @@ -2,6 +2,13 @@ resources: - name: default_backend___msvc_80-01804e3659fbd290 resource: '@type': type.googleapis.com/envoy.config.cluster.v3.Cluster + circuitBreakers: + thresholds: + - maxConnectionPools: 1111 + maxConnections: 2222 + maxPendingRequests: 3333 + maxRequests: 4444 + maxRetries: 5555 edsClusterConfig: edsConfig: ads: {}