istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/xds/testdata/none_eds.json (about)

     1  {
     2      "outbound|2000||s1tcp.none": {
     3        "cluster_name": "outbound|2000||s1tcp.none",
     4        "endpoints": [
     5          {
     6            "lb_endpoints": [
     7              {
     8                "endpoint": {
     9                  "address": {
    10                    "Address": {
    11                      "SocketAddress": {
    12                        "address": "10.11.0.1",
    13                        "PortSpecifier": {
    14                          "PortValue": 7070
    15                        }
    16                      }
    17                    }
    18                  }
    19                }
    20              }
    21            ],
    22            "load_balancing_weight": {
    23              "value": 1
    24            }
    25          }
    26        ]
    27      },
    28      "outbound|2001||s1http.none": {
    29        "cluster_name": "outbound|2001||s1http.none",
    30        "endpoints": [
    31          {
    32            "lb_endpoints": [
    33              {
    34                "endpoint": {
    35                  "address": {
    36                    "Address": {
    37                      "SocketAddress": {
    38                        "address": "10.11.0.1",
    39                        "PortSpecifier": {
    40                          "PortValue": 7071
    41                        }
    42                      }
    43                    }
    44                  }
    45                }
    46              }
    47            ],
    48            "load_balancing_weight": {
    49              "value": 1
    50            }
    51          }
    52        ]
    53      },
    54      "outbound|2005||s2.external.test.istio.io": {
    55        "cluster_name": "outbound|2005||s2.external.test.istio.io",
    56        "endpoints": [
    57          {
    58            "lb_endpoints": [
    59              {
    60                "endpoint": {
    61                  "address": {
    62                    "Address": {
    63                      "SocketAddress": {
    64                        "address": "10.11.0.2",
    65                        "PortSpecifier": {
    66                          "PortValue": 7071
    67                        }
    68                      }
    69                    }
    70                  }
    71                }
    72              },
    73              {
    74                "endpoint": {
    75                  "address": {
    76                    "Address": {
    77                      "SocketAddress": {
    78                        "address": "10.11.0.3",
    79                        "PortSpecifier": {
    80                          "PortValue": 7072
    81                        }
    82                      }
    83                    }
    84                  }
    85                }
    86              }
    87            ],
    88            "load_balancing_weight": {
    89              "value": 2
    90            }
    91          }
    92        ]
    93      },
    94      "outbound|2008||tcpmeshstatic.seexamples.svc": {
    95        "cluster_name": "outbound|2008||tcpmeshstatic.seexamples.svc",
    96        "endpoints": [
    97          {
    98            "lb_endpoints": [
    99              {
   100                "endpoint": {
   101                  "address": {
   102                    "Address": {
   103                      "SocketAddress": {
   104                        "address": "10.11.0.8",
   105                        "PortSpecifier": {
   106                          "PortValue": 7070
   107                        }
   108                      }
   109                    }
   110                  }
   111                }
   112              }
   113            ],
   114            "load_balancing_weight": {
   115              "value": 1
   116            }
   117          }
   118        ]
   119      },
   120      "outbound|2009||tcpmeshstaticint.seexamples.svc": {
   121        "cluster_name": "outbound|2009||tcpmeshstaticint.seexamples.svc",
   122        "endpoints": [
   123          {
   124            "lb_endpoints": [
   125              {
   126                "endpoint": {
   127                  "address": {
   128                    "Address": {
   129                      "SocketAddress": {
   130                        "address": "10.11.0.9",
   131                        "PortSpecifier": {
   132                          "PortValue": 7070
   133                        }
   134                      }
   135                    }
   136                  }
   137                }
   138              }
   139            ],
   140            "load_balancing_weight": {
   141              "value": 1
   142            }
   143          }
   144        ]
   145      }
   146    }