Skip to content

Commit 55ab2fe

Browse files
committed
regen
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
1 parent a3f5323 commit 55ab2fe

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

internal/xds/translator/testdata/out/xds-ir/jwt-allow-missing-or-failed.clusters.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,16 @@
4747
- circuitBreakers:
4848
thresholds:
4949
- maxRetries: 1024
50+
clusterType:
51+
name: envoy.cluster.dns
52+
typedConfig:
53+
'@type': type.googleapis.com/envoy.extensions.clusters.dns.v3.DnsCluster
54+
dnsLookupFamily: V4_PREFERRED
55+
dnsRefreshRate: 30s
56+
respectDnsTtl: true
5057
commonLbConfig: {}
5158
connectTimeout: 10s
5259
dnsLookupFamily: V4_PREFERRED
53-
dnsRefreshRate: 30s
5460
ignoreHealthOnHostRemoval: true
5561
loadAssignment:
5662
clusterName: localhost_443
@@ -75,7 +81,6 @@
7581
localityWeightedLbConfig: {}
7682
name: localhost_443
7783
perConnectionBufferLimitBytes: 32768
78-
respectDnsTtl: true
7984
transportSocket:
8085
name: envoy.transport_sockets.tls
8186
typedConfig:
@@ -85,4 +90,3 @@
8590
trustedCa:
8691
filename: /etc/ssl/certs/ca-certificates.crt
8792
sni: localhost
88-
type: STRICT_DNS

0 commit comments

Comments
 (0)