diff --git a/internal/mesh/internal/controllers/xds/controller_test.go b/internal/mesh/internal/controllers/xds/controller_test.go index eea34c7d65df..270d0f0fdfa9 100644 --- a/internal/mesh/internal/controllers/xds/controller_test.go +++ b/internal/mesh/internal/controllers/xds/controller_test.go @@ -1035,6 +1035,14 @@ func (suite *xdsControllerTestSuite) TestReconcile_SidecarProxyGoldenFileInputs( "source/l4-multiple-workload-addresses-with-specific-ports", "source/l4-multiple-workload-addresses-without-ports", "source/l4-single-workload-address-without-ports", + "source/l7-expose-paths", + "source/local-and-inbound-connections", + "source/multiport-l4-multiple-workload-addresses-with-specific-ports", + "source/multiport-l4-multiple-workload-addresses-without-ports", + "source/multiport-l4-workload-with-only-mesh-port", + "source/multiport-l7-multiple-workload-addresses-with-specific-ports", + "source/multiport-l7-multiple-workload-addresses-without-ports", + "source/multiport-l7-multiple-workload-addresses-without-ports", } for _, name := range cases { diff --git a/internal/mesh/internal/controllers/xds/testdata/source/local-and-inbound-connections.golden b/internal/mesh/internal/controllers/xds/testdata/source/local-and-inbound-connections.golden index c463d890d6c6..8fb1252a26d4 100644 --- a/internal/mesh/internal/controllers/xds/testdata/source/local-and-inbound-connections.golden +++ b/internal/mesh/internal/controllers/xds/testdata/source/local-and-inbound-connections.golden @@ -126,7 +126,7 @@ "cluster": { "name": "local_app:port1" }, - "maxInboundConnections": 123, + "maxInboundConnections": "123", "statPrefix": "public_listener", "trafficPermissions": {} }, @@ -151,7 +151,7 @@ "route": { "name": "public_listener:port3" }, - "maxInboundConnections": 123, + "maxInboundConnections": "123", "statPrefix": "public_listener", "staticRoute": true, "trafficPermissions": {}