diff --git a/internal/xds/translator/cluster.go b/internal/xds/translator/cluster.go index 10792bae24b3..eadb00fb56f2 100644 --- a/internal/xds/translator/cluster.go +++ b/internal/xds/translator/cluster.go @@ -103,7 +103,6 @@ func buildXdsCluster(args *xdsClusterArgs) *clusterv3.Cluster { LocalityWeightedLbConfig: &clusterv3.Cluster_CommonLbConfig_LocalityWeightedLbConfig{}, }, }, - OutlierDetection: &clusterv3.OutlierDetection{}, PerConnectionBufferLimitBytes: buildBackandConnectionBufferLimitBytes(args.backendConnection), } diff --git a/internal/xds/translator/testdata/out/extension-xds-ir/extensionpolicy-tcp-udp-http.clusters.yaml b/internal/xds/translator/testdata/out/extension-xds-ir/extensionpolicy-tcp-udp-http.clusters.yaml index b8a8e059069c..4e46c1dfc613 100644 --- a/internal/xds/translator/testdata/out/extension-xds-ir/extensionpolicy-tcp-udp-http.clusters.yaml +++ b/internal/xds/translator/testdata/out/extension-xds-ir/extensionpolicy-tcp-udp-http.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: http-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: udp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - loadAssignment: diff --git a/internal/xds/translator/testdata/out/extension-xds-ir/http-route-extension-filter.clusters.yaml b/internal/xds/translator/testdata/out/extension-xds-ir/http-route-extension-filter.clusters.yaml index f8ee95fc7f6e..0dcc3b48190b 100644 --- a/internal/xds/translator/testdata/out/extension-xds-ir/http-route-extension-filter.clusters.yaml +++ b/internal/xds/translator/testdata/out/extension-xds-ir/http-route-extension-filter.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - loadAssignment: diff --git a/internal/xds/translator/testdata/out/extension-xds-ir/http-route.clusters.yaml b/internal/xds/translator/testdata/out/extension-xds-ir/http-route.clusters.yaml index f8ee95fc7f6e..0dcc3b48190b 100644 --- a/internal/xds/translator/testdata/out/extension-xds-ir/http-route.clusters.yaml +++ b/internal/xds/translator/testdata/out/extension-xds-ir/http-route.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - loadAssignment: diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-cel.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-cel.clusters.yaml index 090b3919f81f..81c121a400e4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-cel.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-cel.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-endpoint-stats.clusters.yaml index 74a6fc0bb0c9..37bb1cef24f1 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true @@ -41,7 +40,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true trackClusterStats: diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-formatters.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-formatters.clusters.yaml index 090b3919f81f..81c121a400e4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-formatters.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-formatters.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-multi-cel.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-multi-cel.clusters.yaml index 090b3919f81f..81c121a400e4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-multi-cel.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-multi-cel.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-types.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-types.clusters.yaml index 112aa95870fe..088632d35064 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-types.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-types.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_0_1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -56,7 +54,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_0_2 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -81,7 +78,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_1_1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -106,7 +102,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_1_2 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -131,7 +126,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_2_1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -156,7 +150,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog_als_2_2 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -189,7 +182,6 @@ locality: region: accesslog_otel_0_3/backend/0 name: accesslog_otel_0_3 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS @@ -223,7 +215,6 @@ locality: region: accesslog_otel_1_3/backend/0 name: accesslog_otel_1_3 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS @@ -257,7 +248,6 @@ locality: region: accesslog_otel_2_3/backend/0 name: accesslog_otel_2_3 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog-without-format.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog-without-format.clusters.yaml index 4212b1758483..6df53f6698c3 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog-without-format.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog-without-format.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog/monitoring/envoy-als/port/9000 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -64,7 +62,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/accesslog.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/accesslog.clusters.yaml index 4212b1758483..6df53f6698c3 100644 --- a/internal/xds/translator/testdata/out/xds-ir/accesslog.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/accesslog.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: accesslog/monitoring/envoy-als/port/9000 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -64,7 +62,6 @@ locality: region: accesslog-0/backend/0 name: accesslog-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/authorization-client-cidr.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/authorization-client-cidr.clusters.yaml index ec8ef8e06744..b6e0c7f99af9 100644 --- a/internal/xds/translator/testdata/out/xds-ir/authorization-client-cidr.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/authorization-client-cidr.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-3/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-claim.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-claim.clusters.yaml index 8b4149cfe83a..66e1a3ca308c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-claim.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-claim.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -57,7 +55,6 @@ locality: region: two_example_com_443/backend/0 name: two_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: @@ -93,7 +90,6 @@ locality: region: one_example_com_443/backend/0 name: one_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-scope.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-scope.clusters.yaml index 8b4149cfe83a..66e1a3ca308c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-scope.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/authorization-jwt-scope.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -57,7 +55,6 @@ locality: region: two_example_com_443/backend/0 name: two_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: @@ -93,7 +90,6 @@ locality: region: one_example_com_443/backend/0 name: one_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/authorization-multiple-principals.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/authorization-multiple-principals.clusters.yaml index 4b0cccf2c2cd..c24d059eeaaf 100644 --- a/internal/xds/translator/testdata/out/xds-ir/authorization-multiple-principals.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/authorization-multiple-principals.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/authorization.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/authorization.clusters.yaml index b3f75f0e04ed..bd69f5a84457 100644 --- a/internal/xds/translator/testdata/out/xds-ir/authorization.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/authorization.clusters.yaml @@ -12,7 +12,6 @@ serviceName: httproute/default/httproute-3/rule/0 lbPolicy: LEAST_REQUEST name: httproute/default/httproute-3/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -29,7 +28,6 @@ serviceName: httproute/default/httproute-1/rule/0 lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -46,6 +44,5 @@ serviceName: httproute/default/httproute-2/rule/0 lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/backend-buffer-limit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/backend-buffer-limit.clusters.yaml index 611cbe7292a1..baa860c9ffe6 100644 --- a/internal/xds/translator/testdata/out/xds-ir/backend-buffer-limit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/backend-buffer-limit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 100000000 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 100000000 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: udp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/backend-priority.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/backend-priority.clusters.yaml index 66c3bf73ad70..970324b2c9d4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/backend-priority.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/backend-priority.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: envoyextensionpolicy/default/policy-for-http-route/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocketMatches: - match: diff --git a/internal/xds/translator/testdata/out/xds-ir/basic-auth.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/basic-auth.clusters.yaml index df23031f8bbf..c60ba5e19ae3 100644 --- a/internal/xds/translator/testdata/out/xds-ir/basic-auth.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/basic-auth.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/circuit-breaker.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/circuit-breaker.clusters.yaml index dd1fce78e8b9..1767baed59c6 100644 --- a/internal/xds/translator/testdata/out/xds-ir/circuit-breaker.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/circuit-breaker.clusters.yaml @@ -16,7 +16,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/client-buffer-limit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/client-buffer-limit.clusters.yaml index d1f95214f164..1b8a0dcfcdfd 100644 --- a/internal/xds/translator/testdata/out/xds-ir/client-buffer-limit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/client-buffer-limit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/client-ip-detection.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/client-ip-detection.clusters.yaml index ab0b4fca62c5..121c8aad8bb2 100644 --- a/internal/xds/translator/testdata/out/xds-ir/client-ip-detection.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/client-ip-detection.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/client-timeout.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/client-timeout.clusters.yaml index e7ef53509956..ba595752d942 100644 --- a/internal/xds/translator/testdata/out/xds-ir/client-timeout.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/client-timeout.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/cors.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/cors.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/cors.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/cors.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/custom-filter-order.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/custom-filter-order.clusters.yaml index 03fa483d156f..6d5d6f5e1f31 100644 --- a/internal/xds/translator/testdata/out/xds-ir/custom-filter-order.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/custom-filter-order.clusters.yaml @@ -21,7 +21,6 @@ locality: region: one_example_com_443/backend/0 name: one_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: @@ -57,7 +56,6 @@ locality: region: two_example_com_80/backend/0 name: two_example_com_80 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/custom-response.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/custom-response.clusters.yaml index 4b0cccf2c2cd..c24d059eeaaf 100644 --- a/internal/xds/translator/testdata/out/xds-ir/custom-response.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/custom-response.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/ext-auth-backend.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ext-auth-backend.clusters.yaml index 79e1aed5ebe5..3ff821f5efb7 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ext-auth-backend.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ext-auth-backend.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -75,7 +72,6 @@ locality: region: securitypolicy/default/policy-for-http-route-1/default/grpc-backend/backend/0 name: securitypolicy/default/policy-for-http-route-1/default/grpc-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS @@ -109,7 +105,6 @@ locality: region: securitypolicy/default/policy-for-gateway-1/envoy-gateway/http-backend/backend/0 name: securitypolicy/default/policy-for-gateway-1/envoy-gateway/http-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/ext-auth-recomputation.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ext-auth-recomputation.clusters.yaml index 79e1aed5ebe5..3ff821f5efb7 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ext-auth-recomputation.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ext-auth-recomputation.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -75,7 +72,6 @@ locality: region: securitypolicy/default/policy-for-http-route-1/default/grpc-backend/backend/0 name: securitypolicy/default/policy-for-http-route-1/default/grpc-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS @@ -109,7 +105,6 @@ locality: region: securitypolicy/default/policy-for-gateway-1/envoy-gateway/http-backend/backend/0 name: securitypolicy/default/policy-for-gateway-1/envoy-gateway/http-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/ext-auth.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ext-auth.clusters.yaml index ff9b672a1ccf..4b69123192a7 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ext-auth.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ext-auth.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: securitypolicy/default/policy-for-http-route-1/default/grpc-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -92,6 +88,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: securitypolicy/default/policy-for-gateway-1/envoy-gateway/http-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/ext-proc-with-traffic-settings.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ext-proc-with-traffic-settings.clusters.yaml index 99dc8b48184c..fc5d51a1aea3 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ext-proc-with-traffic-settings.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ext-proc-with-traffic-settings.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: diff --git a/internal/xds/translator/testdata/out/xds-ir/ext-proc.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ext-proc.clusters.yaml index 4e40762dacee..14ff9d61dfd1 100755 --- a/internal/xds/translator/testdata/out/xds-ir/ext-proc.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ext-proc.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: envoyextensionpolicy/default/policy-for-route-2/0/grpc-backend-4 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -74,7 +71,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: envoyextensionpolicy/default/policy-for-route-1/0/grpc-backend-2 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -99,7 +95,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: envoyextensionpolicy/envoy-gateway/policy-for-gateway-2/0/grpc-backend-3 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -124,7 +119,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: envoyextensionpolicy/envoy-gateway/policy-for-gateway-1/0/grpc-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/fault-injection.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/fault-injection.clusters.yaml index 348c3693e0f8..cc411266ad8a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/fault-injection.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/fault-injection.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,6 +81,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/headers-with-preserve-x-request-id.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/headers-with-preserve-x-request-id.clusters.yaml index e7ef53509956..ba595752d942 100755 --- a/internal/xds/translator/testdata/out/xds-ir/headers-with-preserve-x-request-id.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/headers-with-preserve-x-request-id.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/headers-with-underscores-action.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/headers-with-underscores-action.clusters.yaml index 58a2b85afd95..dba5fc4a3cd7 100755 --- a/internal/xds/translator/testdata/out/xds-ir/headers-with-underscores-action.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/headers-with-underscores-action.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,6 +64,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/health-check.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/health-check.clusters.yaml index 6db525c99ebe..db58cac66017 100644 --- a/internal/xds/translator/testdata/out/xds-ir/health-check.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/health-check.clusters.yaml @@ -165,6 +165,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-early-header-mutation.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-early-header-mutation.clusters.yaml index 41a3c942e6af..f015e69fceb3 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-early-header-mutation.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-early-header-mutation.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -41,6 +40,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-endpoint-stats.clusters.yaml index 1be553489ce7..d825e6d37577 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true diff --git a/internal/xds/translator/testdata/out/xds-ir/http-health-check.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-health-check.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-health-check.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-health-check.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-preserve-client-protocol.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-preserve-client-protocol.clusters.yaml index 7706960228b2..b532b46bdb27 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-preserve-client-protocol.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-preserve-client-protocol.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/http-req-resp-sizes-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-req-resp-sizes-stats.clusters.yaml index 2dc04da7256e..5362244f7bf0 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-req-resp-sizes-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-req-resp-sizes-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: requestResponseSizes: true diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-direct-response.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-direct-response.clusters.yaml index c3282c53e19b..df0e6b954a09 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-direct-response.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-direct-response.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-dns-cluster.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-dns-cluster.clusters.yaml index d2964ca5282b..07757e5fded0 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-dns-cluster.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-dns-cluster.clusters.yaml @@ -27,7 +27,6 @@ locality: region: first-route-dest/backend/0 name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-mirror.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-mirror.clusters.yaml index 2ee151ece250..ce54d3a35d35 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-mirror.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-mirror.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-matches.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-matches.clusters.yaml index 758292acfcdd..b70cda2ec598 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-matches.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-matches.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,7 +81,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -103,7 +98,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: sixth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -121,6 +115,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: seventh-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-mirrors.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-mirrors.clusters.yaml index 0b5a779d918d..6ca132c714d1 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-mirrors.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-multiple-mirrors.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: mirror-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: mirror-route-dest1 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-partial-invalid.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-partial-invalid.clusters.yaml index 759c732f54a9..5c4d68ac9038 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-partial-invalid.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-partial-invalid.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: valid-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-redirect.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-redirect.clusters.yaml index 8bf69668b449..2410099664db 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-redirect.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-redirect.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: redirect-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-regex.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-regex.clusters.yaml index 8906cb55b30e..058b9ac85b43 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-regex.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-regex.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: regex-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-request-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-request-headers.clusters.yaml index 9d7d6d0c663b..b43604253d13 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-request-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-request-headers.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: request-header-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-headers.clusters.yaml index c1d3a9aedbbc..4d2ccc10e642 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-headers.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: response-header-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-remove-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-remove-headers.clusters.yaml index c1d3a9aedbbc..4d2ccc10e642 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-remove-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-response-add-remove-headers.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: response-header-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-response-remove-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-response-remove-headers.clusters.yaml index c1d3a9aedbbc..4d2ccc10e642 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-response-remove-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-response-remove-headers.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: response-header-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-root-path-url-prefix.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-root-path-url-prefix.clusters.yaml index 7311c3bbcbec..ce7e7e58572a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-root-path-url-prefix.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-root-path-url-prefix.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-sufixx-with-slash-url-prefix.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-sufixx-with-slash-url-prefix.clusters.yaml index 7311c3bbcbec..ce7e7e58572a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-sufixx-with-slash-url-prefix.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-sufixx-with-slash-url-prefix.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-fullpath.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-fullpath.clusters.yaml index 929e5fb44bbd..171998c0b51d 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-fullpath.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-fullpath.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-host.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-host.clusters.yaml index 7311c3bbcbec..ce7e7e58572a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-host.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-host.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-prefix.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-prefix.clusters.yaml index 7311c3bbcbec..ce7e7e58572a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-prefix.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-prefix.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-regex.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-regex.clusters.yaml index 929e5fb44bbd..171998c0b51d 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-regex.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-rewrite-url-regex.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: rewrite-route - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-session-persistence.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-session-persistence.clusters.yaml index 8906cb55b30e..058b9ac85b43 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-session-persistence.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-session-persistence.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: regex-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-timeout.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-timeout.clusters.yaml index ab0b4fca62c5..121c8aad8bb2 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-timeout.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-timeout.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-uds-ip.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-uds-ip.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-uds-ip.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-uds-ip.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-with-filters.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-with-filters.clusters.yaml index e7ef53509956..ba595752d942 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-with-filters.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend-with-filters.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-backend.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-invalid-backend.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-invalid-backend.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-invalid-backend.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-weighted-invalid-backend.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-clientcert.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-clientcert.clusters.yaml index aa5b2a1bb206..8d1fa95bcc62 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-clientcert.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-clientcert.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/envoy-gateway/httproute-btls/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocketMatches: - match: diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-metadata.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-metadata.clusters.yaml index e7ef53509956..ba595752d942 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-metadata.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-metadata.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-stripped-host-port.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-stripped-host-port.clusters.yaml index 2c908f7ef69e..83e21e582868 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-stripped-host-port.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-stripped-host-port.clusters.yaml @@ -8,6 +8,5 @@ resourceApiVersion: V3 serviceName: first-route name: first-route - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tls-system-truststore.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tls-system-truststore.clusters.yaml index 82bc9604a7de..29d3e697c22a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tls-system-truststore.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tls-system-truststore.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/envoy-gateway/httproute-btls/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocketMatches: - match: diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle-multiple-certs.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle-multiple-certs.clusters.yaml index 3aab01e66840..3061088f3ebb 100755 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle-multiple-certs.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle-multiple-certs.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/envoy-gateway/httproute-btls/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocketMatches: - match: @@ -72,7 +71,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/envoy-gateway/httproute-btls-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocket: name: envoy.transport_sockets.upstream_proxy_protocol diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle.clusters.yaml index ba9cb4c4fe43..0ba4829c936c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route-with-tlsbundle.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/envoy-gateway/httproute-btls/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocketMatches: - match: diff --git a/internal/xds/translator/testdata/out/xds-ir/http-route.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http-route.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http-route.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http-route.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http1-preserve-case.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http1-preserve-case.clusters.yaml index b93477f78ca2..d9d1f8189a50 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http1-preserve-case.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http1-preserve-case.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -41,7 +40,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/http1-trailers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http1-trailers.clusters.yaml index 7f270a11d040..0bb16c7f4dbe 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http1-trailers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http1-trailers.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/http10.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http10.clusters.yaml index 8222dcd6ccbf..389a66ffb3ae 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http10.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http10.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/http2-route.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http2-route.clusters.yaml index 76e7c3dcb95e..5db664bf32ad 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http2-route.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http2-route.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -40,7 +39,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -65,7 +63,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: @@ -93,6 +90,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http2.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http2.clusters.yaml index 6091e5e97b15..06e9a8da5248 100755 --- a/internal/xds/translator/testdata/out/xds-ir/http2.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http2.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/http3.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/http3.clusters.yaml index 4b0cccf2c2cd..c24d059eeaaf 100644 --- a/internal/xds/translator/testdata/out/xds-ir/http3.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/http3.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-empty-jsonpath.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-empty-jsonpath.clusters.yaml index d53a7a1b2ce5..2471dd8cb4fd 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-empty-jsonpath.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-empty-jsonpath.clusters.yaml @@ -12,6 +12,5 @@ serviceName: first-route-dest lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-without-value.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-without-value.clusters.yaml index d53a7a1b2ce5..2471dd8cb4fd 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-without-value.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-add-op-without-value.clusters.yaml @@ -12,6 +12,5 @@ serviceName: first-route-dest lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-invalid-patch.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-invalid-patch.clusters.yaml index d53a7a1b2ce5..2471dd8cb4fd 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-invalid-patch.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-invalid-patch.clusters.yaml @@ -12,6 +12,5 @@ serviceName: first-route-dest lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-missing-resource.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-missing-resource.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-missing-resource.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-missing-resource.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-move-op-with-value.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-move-op-with-value.clusters.yaml index d53a7a1b2ce5..2471dd8cb4fd 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-move-op-with-value.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-move-op-with-value.clusters.yaml @@ -12,6 +12,5 @@ serviceName: first-route-dest lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-with-jsonpath.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-with-jsonpath.clusters.yaml index cb9e6eb5d116..20e66b927600 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch-with-jsonpath.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch-with-jsonpath.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - connectTimeout: 10s diff --git a/internal/xds/translator/testdata/out/xds-ir/jsonpatch.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jsonpatch.clusters.yaml index 2867550caba7..cfa4f05980c5 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jsonpatch.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jsonpatch.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - connectTimeout: 10s diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-custom-extractor.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-custom-extractor.clusters.yaml index f3998fb3b596..0f65c235f337 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-custom-extractor.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-custom-extractor.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: localhost_443/backend/0 name: localhost_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-multi-provider.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-multi-provider.clusters.yaml index 30d656a16fea..b5801be57026 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-multi-provider.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-multi-provider.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-www.test.com-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-www.test.com-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -57,7 +55,6 @@ locality: region: localhost_80/backend/0 name: localhost_80 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS @@ -76,7 +73,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: "192_168_1_250_8080" - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocket: name: envoy.transport_sockets.tls diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-single-provider.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-single-provider.clusters.yaml index 599db139ea2b..ead2234d08f1 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-single-provider.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-multi-route-single-provider.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -57,7 +55,6 @@ locality: region: localhost_443/backend/0 name: localhost_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-optional.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-optional.clusters.yaml index f3998fb3b596..0f65c235f337 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-optional.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-optional.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: localhost_443/backend/0 name: localhost_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-ratelimit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-ratelimit.clusters.yaml index b1433b1be872..c68eced8a402 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-ratelimit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-ratelimit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: "192_168_1_250_443" - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocket: name: envoy.transport_sockets.tls @@ -102,7 +98,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/jwt-single-route-single-match.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/jwt-single-route-single-match.clusters.yaml index f3998fb3b596..0f65c235f337 100644 --- a/internal/xds/translator/testdata/out/xds-ir/jwt-single-route-single-match.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/jwt-single-route-single-match.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: localhost_443/backend/0 name: localhost_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/listener-connection-limit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/listener-connection-limit.clusters.yaml index 290beff36717..d4e79e5ab043 100644 --- a/internal/xds/translator/testdata/out/xds-ir/listener-connection-limit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/listener-connection-limit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,6 +64,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/listener-proxy-protocol.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/listener-proxy-protocol.clusters.yaml index e56073d06d54..fd2f54402870 100644 --- a/internal/xds/translator/testdata/out/xds-ir/listener-proxy-protocol.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/listener-proxy-protocol.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/listener-tcp-keepalive.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/listener-tcp-keepalive.clusters.yaml index 290beff36717..d4e79e5ab043 100644 --- a/internal/xds/translator/testdata/out/xds-ir/listener-tcp-keepalive.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/listener-tcp-keepalive.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,6 +64,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/load-balancer.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/load-balancer.clusters.yaml index 3b4bde72aebc..449ed38b574f 100644 --- a/internal/xds/translator/testdata/out/xds-ir/load-balancer.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/load-balancer.clusters.yaml @@ -12,7 +12,6 @@ serviceName: first-route-dest ignoreHealthOnHostRemoval: true name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -30,7 +29,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: RANDOM name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -48,7 +46,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -66,7 +63,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: MAGLEV name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -87,7 +83,6 @@ slowStartConfig: slowStartWindow: 60s name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -104,7 +99,6 @@ serviceName: sixth-route-dest ignoreHealthOnHostRemoval: true name: sixth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 roundRobinLbConfig: slowStartConfig: @@ -125,7 +119,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: MAGLEV name: seventh-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -145,7 +138,6 @@ maglevLbConfig: tableSize: "524287" name: eighth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -163,7 +155,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: MAGLEV name: ninth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -181,6 +172,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: MAGLEV name: tenth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/local-ratelimit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/local-ratelimit.clusters.yaml index ab0b4fca62c5..121c8aad8bb2 100644 --- a/internal/xds/translator/testdata/out/xds-ir/local-ratelimit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/local-ratelimit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,6 +47,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/metrics-virtual-host.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/metrics-virtual-host.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/metrics-virtual-host.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/metrics-virtual-host.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/mixed-tls-jwt-authn.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/mixed-tls-jwt-authn.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/mixed-tls-jwt-authn.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/mixed-tls-jwt-authn.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port-with-different-filters.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port-with-different-filters.clusters.yaml index 307f4cbc565f..7e8ec0664dba 100755 --- a/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port-with-different-filters.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port-with-different-filters.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: securitypolicy/default/policy-for-http-route-2/envoy-gateway/http-backend - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-3/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -93,7 +89,6 @@ locality: region: oauth_foo_com_443/backend/0 name: oauth_foo_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port.clusters.yaml index 8ad066c0640b..cbe74c802d21 100644 --- a/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/multiple-listeners-same-port.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,7 +81,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -103,6 +98,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/multiple-simple-tcp-route-same-port.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/multiple-simple-tcp-route-same-port.clusters.yaml index 91395a135f6a..f10d60e34b0c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/multiple-simple-tcp-route-same-port.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/multiple-simple-tcp-route-same-port.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-1-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-2-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-3-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,6 +81,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-4-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate-with-custom-data.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate-with-custom-data.clusters.yaml index 348c3693e0f8..cc411266ad8a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate-with-custom-data.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate-with-custom-data.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,6 +81,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate.clusters.yaml index 348c3693e0f8..cc411266ad8a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-forward-client-certificate.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -85,6 +81,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fifth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-required-client-certificate-disabled.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-required-client-certificate-disabled.clusters.yaml index 1207329f055e..4521d562efa4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/mutual-tls-required-client-certificate-disabled.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/mutual-tls-required-client-certificate-disabled.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-terminate-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/mutual-tls.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/mutual-tls.clusters.yaml index 1207329f055e..4521d562efa4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/mutual-tls.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/mutual-tls.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-terminate-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/oidc-backencluster-provider.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/oidc-backencluster-provider.clusters.yaml index 863e761bf9a2..430e4ae82ce6 100644 --- a/internal/xds/translator/testdata/out/xds-ir/oidc-backencluster-provider.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/oidc-backencluster-provider.clusters.yaml @@ -12,7 +12,6 @@ serviceName: third-route-dest lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -38,7 +37,6 @@ locality: region: securitypolicy/envoy-gateway/policy-for-gateway/0/backend/0 name: securitypolicy/envoy-gateway/policy-for-gateway/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/oidc-backend-cluster-provider.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/oidc-backend-cluster-provider.clusters.yaml index 9d60e8e0bed1..3f64db3ca354 100644 --- a/internal/xds/translator/testdata/out/xds-ir/oidc-backend-cluster-provider.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/oidc-backend-cluster-provider.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: securitypolicy/envoy-gateway/policy-for-gateway/0/backend/0 name: securitypolicy/envoy-gateway/policy-for-gateway/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/oidc.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/oidc.clusters.yaml index cb505645ff8d..fd5ce16a3d2b 100644 --- a/internal/xds/translator/testdata/out/xds-ir/oidc.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/oidc.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -57,7 +55,6 @@ locality: region: oauth_foo_com_443/backend/0 name: oauth_foo_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: @@ -93,7 +90,6 @@ locality: region: oauth_bar_com_443/backend/0 name: oauth_bar_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/path-settings.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/path-settings.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/path-settings.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/path-settings.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/proxy-protocol-upstream.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/proxy-protocol-upstream.clusters.yaml index 6c7503a86697..2ca45156f182 100644 --- a/internal/xds/translator/testdata/out/xds-ir/proxy-protocol-upstream.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/proxy-protocol-upstream.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 transportSocket: name: envoy.transport_sockets.upstream_proxy_protocol diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit-custom-domain.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit-custom-domain.clusters.yaml index b031b37db0ea..5f0229f4514a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit-custom-domain.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit-custom-domain.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -75,7 +72,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit-disable-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit-disable-headers.clusters.yaml index a75716855d1c..a0d3c8f99e69 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit-disable-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit-disable-headers.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -75,7 +72,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit-endpoint-stats.clusters.yaml index e3f20b743adb..71cc68288cbb 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true @@ -33,7 +32,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true @@ -53,7 +51,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true @@ -81,7 +78,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true trackClusterStats: diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit-headers-and-cidr.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit-headers-and-cidr.clusters.yaml index a75716855d1c..a0d3c8f99e69 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit-headers-and-cidr.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit-headers-and-cidr.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -75,7 +72,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit-sourceip.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit-sourceip.clusters.yaml index 79e1c96f69b4..cc94e339c020 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit-sourceip.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit-sourceip.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -93,7 +89,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/ratelimit.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/ratelimit.clusters.yaml index 79e1c96f69b4..cc94e339c020 100644 --- a/internal/xds/translator/testdata/out/xds-ir/ratelimit.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/ratelimit.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,7 +30,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: second-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -49,7 +47,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: third-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -67,7 +64,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: fourth-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -93,7 +89,6 @@ locality: region: ratelimit_cluster/backend/0 name: ratelimit_cluster - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/retry-partial-invalid.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/retry-partial-invalid.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/retry-partial-invalid.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/retry-partial-invalid.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/securitypolicy-with-oidc-jwt-authz.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/securitypolicy-with-oidc-jwt-authz.clusters.yaml index 91bbe4fa3964..61ac2dd68c38 100644 --- a/internal/xds/translator/testdata/out/xds-ir/securitypolicy-with-oidc-jwt-authz.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/securitypolicy-with-oidc-jwt-authz.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: oidc_example_com_443/backend/0 name: oidc_example_com_443 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true transportSocket: diff --git a/internal/xds/translator/testdata/out/xds-ir/simple-tls.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/simple-tls.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/simple-tls.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/simple-tls.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/suppress-envoy-headers.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/suppress-envoy-headers.clusters.yaml index 6091e5e97b15..06e9a8da5248 100644 --- a/internal/xds/translator/testdata/out/xds-ir/suppress-envoy-headers.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/suppress-envoy-headers.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-endpoint-stats.clusters.yaml index 0fd3d280a1bd..21044f7735a9 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-listener-ipfamily.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-listener-ipfamily.clusters.yaml index d0ab3efc7436..809de35dd5d4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-listener-ipfamily.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-listener-ipfamily.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-dual-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-req-resp-sizes-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-req-resp-sizes-stats.clusters.yaml index d0b091553866..fc444f5c83a4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-req-resp-sizes-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-req-resp-sizes-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: requestResponseSizes: true diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-route-complex.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-route-complex.clusters.yaml index 6b6fc7289f05..e0827c744644 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-route-complex.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-route-complex.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-complex-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-route-simple.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-route-simple.clusters.yaml index 798723445247..c6f3d6e60901 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-route-simple.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-route-simple.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-simple-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-route-tls-terminate.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-route-tls-terminate.clusters.yaml index 111eac1e7b22..45324290030c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-route-tls-terminate.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-route-tls-terminate.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-terminate-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-terminate-hostname-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tcp-route-weighted-backend.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tcp-route-weighted-backend.clusters.yaml index f1717a49d2b7..d449d82d3f16 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tcp-route-weighted-backend.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tcp-route-weighted-backend.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tcp-route-weighted-backend-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/timeout.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/timeout.clusters.yaml index 6414d365d021..17f4bb2b3156 100644 --- a/internal/xds/translator/testdata/out/xds-ir/timeout.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/timeout.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS typedExtensionProtocolOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/tls-route-passthrough.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tls-route-passthrough.clusters.yaml index c3ef51c0b2fc..08ab482392af 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tls-route-passthrough.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tls-route-passthrough.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-passthrough-foo-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: tls-passthrough-bar-dest/backend/0 name: tls-passthrough-bar-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/tls-with-ciphers-versions-alpn.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tls-with-ciphers-versions-alpn.clusters.yaml index 1207329f055e..4521d562efa4 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tls-with-ciphers-versions-alpn.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tls-with-ciphers-versions-alpn.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: tls-terminate-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/tracing-datadog.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tracing-datadog.clusters.yaml index 7b7149b3f33f..7d65a07f07ea 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tracing-datadog.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tracing-datadog.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: tracing-0/backend/0 name: tracing-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/tracing-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tracing-endpoint-stats.clusters.yaml index bdf3cadd2ba0..69549cacd281 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tracing-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tracing-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true @@ -41,7 +40,6 @@ locality: region: tracing-0/backend/0 name: tracing-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true trackClusterStats: diff --git a/internal/xds/translator/testdata/out/xds-ir/tracing-zipkin.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tracing-zipkin.clusters.yaml index 4ce2f4cfdc09..222bb2c6c92c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tracing-zipkin.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tracing-zipkin.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -39,7 +38,6 @@ locality: region: tracing-0/backend/0 name: tracing-0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 respectDnsTtl: true type: STRICT_DNS diff --git a/internal/xds/translator/testdata/out/xds-ir/tracing.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/tracing.clusters.yaml index cc1305448af6..58b42a23c8f2 100644 --- a/internal/xds/translator/testdata/out/xds-ir/tracing.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/tracing.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: direct-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: diff --git a/internal/xds/translator/testdata/out/xds-ir/udp-endpoint-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/udp-endpoint-stats.clusters.yaml index 586e95fc0e9c..15499f284ebc 100644 --- a/internal/xds/translator/testdata/out/xds-ir/udp-endpoint-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/udp-endpoint-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: udp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: perEndpointStats: true diff --git a/internal/xds/translator/testdata/out/xds-ir/udp-req-resp-sizes-stats.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/udp-req-resp-sizes-stats.clusters.yaml index ae84a44c5054..2dd1f522848f 100644 --- a/internal/xds/translator/testdata/out/xds-ir/udp-req-resp-sizes-stats.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/udp-req-resp-sizes-stats.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: udp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 trackClusterStats: requestResponseSizes: true diff --git a/internal/xds/translator/testdata/out/xds-ir/udp-route.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/udp-route.clusters.yaml index 54c7ebf435e9..0a153186663a 100644 --- a/internal/xds/translator/testdata/out/xds-ir/udp-route.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/udp-route.clusters.yaml @@ -13,6 +13,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: udp-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS diff --git a/internal/xds/translator/testdata/out/xds-ir/upstream-tcpkeepalive.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/upstream-tcpkeepalive.clusters.yaml index 748000208559..1b1ee8d57b3c 100644 --- a/internal/xds/translator/testdata/out/xds-ir/upstream-tcpkeepalive.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/upstream-tcpkeepalive.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: first-route-dest - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS upstreamConnectionOptions: diff --git a/internal/xds/translator/testdata/out/xds-ir/wasm.clusters.yaml b/internal/xds/translator/testdata/out/xds-ir/wasm.clusters.yaml index 480aca4bb477..ba27dfd9d28f 100755 --- a/internal/xds/translator/testdata/out/xds-ir/wasm.clusters.yaml +++ b/internal/xds/translator/testdata/out/xds-ir/wasm.clusters.yaml @@ -13,7 +13,6 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-1/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS - circuitBreakers: @@ -31,6 +30,5 @@ ignoreHealthOnHostRemoval: true lbPolicy: LEAST_REQUEST name: httproute/default/httproute-2/rule/0 - outlierDetection: {} perConnectionBufferLimitBytes: 32768 type: EDS