1{
2  "versionInfo": "00000001",
3  "resources": [
4    {
5      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
6      "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
7      "endpoints": [
8        {
9          "lbEndpoints": [
10            {
11              "endpoint": {
12                "address": {
13                  "socketAddress": {
14                    "address": "172.16.1.8",
15                    "portValue": 2222
16                  }
17                }
18              },
19              "healthStatus": "HEALTHY",
20              "loadBalancingWeight": 1
21            }
22          ]
23        }
24      ]
25    },
26    {
27      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
28      "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul",
29      "endpoints": [
30        {
31          "lbEndpoints": [
32            {
33              "endpoint": {
34                "address": {
35                  "socketAddress": {
36                    "address": "198.18.1.1",
37                    "portValue": 443
38                  }
39                }
40              },
41              "healthStatus": "HEALTHY",
42              "loadBalancingWeight": 1
43            },
44            {
45              "endpoint": {
46                "address": {
47                  "socketAddress": {
48                    "address": "198.18.1.2",
49                    "portValue": 443
50                  }
51                }
52              },
53              "healthStatus": "HEALTHY",
54              "loadBalancingWeight": 1
55            }
56          ]
57        }
58      ]
59    },
60    {
61      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
62      "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
63      "endpoints": [
64        {
65          "lbEndpoints": [
66            {
67              "endpoint": {
68                "address": {
69                  "socketAddress": {
70                    "address": "172.16.1.5",
71                    "portValue": 2222
72                  }
73                }
74              },
75              "healthStatus": "HEALTHY",
76              "loadBalancingWeight": 1
77            },
78            {
79              "endpoint": {
80                "address": {
81                  "socketAddress": {
82                    "address": "172.16.1.9",
83                    "portValue": 2222
84                  }
85                }
86              },
87              "healthStatus": "UNHEALTHY",
88              "loadBalancingWeight": 1
89            }
90          ]
91        }
92      ]
93    },
94    {
95      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
96      "clusterName": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
97      "endpoints": [
98        {
99          "lbEndpoints": [
100            {
101              "endpoint": {
102                "address": {
103                  "socketAddress": {
104                    "address": "172.16.1.6",
105                    "portValue": 2222
106                  }
107                }
108              },
109              "healthStatus": "HEALTHY",
110              "loadBalancingWeight": 1
111            },
112            {
113              "endpoint": {
114                "address": {
115                  "socketAddress": {
116                    "address": "172.16.1.7",
117                    "portValue": 2222
118                  }
119                }
120              },
121              "healthStatus": "HEALTHY",
122              "loadBalancingWeight": 1
123            }
124          ]
125        }
126      ]
127    },
128    {
129      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
130      "clusterName": "v1.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
131      "endpoints": [
132        {
133          "lbEndpoints": [
134            {
135              "endpoint": {
136                "address": {
137                  "socketAddress": {
138                    "address": "172.16.1.3",
139                    "portValue": 2222
140                  }
141                }
142              },
143              "healthStatus": "HEALTHY",
144              "loadBalancingWeight": 1
145            },
146            {
147              "endpoint": {
148                "address": {
149                  "socketAddress": {
150                    "address": "172.16.1.4",
151                    "portValue": 2222
152                  }
153                }
154              },
155              "healthStatus": "HEALTHY",
156              "loadBalancingWeight": 1
157            }
158          ]
159        }
160      ]
161    },
162    {
163      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
164      "clusterName": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
165      "endpoints": [
166        {
167          "lbEndpoints": [
168            {
169              "endpoint": {
170                "address": {
171                  "socketAddress": {
172                    "address": "172.16.1.8",
173                    "portValue": 2222
174                  }
175                }
176              },
177              "healthStatus": "HEALTHY",
178              "loadBalancingWeight": 1
179            }
180          ]
181        }
182      ]
183    },
184    {
185      "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
186      "clusterName": "v2.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
187      "endpoints": [
188        {
189          "lbEndpoints": [
190            {
191              "endpoint": {
192                "address": {
193                  "socketAddress": {
194                    "address": "172.16.1.5",
195                    "portValue": 2222
196                  }
197                }
198              },
199              "healthStatus": "HEALTHY",
200              "loadBalancingWeight": 1
201            },
202            {
203              "endpoint": {
204                "address": {
205                  "socketAddress": {
206                    "address": "172.16.1.9",
207                    "portValue": 2222
208                  }
209                }
210              },
211              "healthStatus": "UNHEALTHY",
212              "loadBalancingWeight": 1
213            }
214          ]
215        }
216      ]
217    }
218  ],
219  "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
220  "nonce": "00000001"
221}