istio.io/istio@v0.0.0-20240520182934-d79c90f27776/prow/config/topology/multicluster.json (about)

     1  [
     2    {
     3      "kind": "Kubernetes",
     4      "clusterName": "primary",
     5      "podSubnet": "10.10.0.0/16",
     6      "svcSubnet": "10.255.10.0/24",
     7      "network": "network-1"
     8    },
     9    {
    10      "kind": "Kubernetes",
    11      "clusterName": "remote",
    12      "podSubnet": "10.20.0.0/16",
    13      "svcSubnet": "10.255.20.0/24",
    14      "network": "network-1",
    15      "primaryClusterName": "primary",
    16      "meta": {
    17        "fakeVM": false
    18      }
    19    },
    20    {
    21      "kind": "Kubernetes",
    22      "clusterName": "cross-network-primary",
    23      "podSubnet": "10.30.0.0/16",
    24      "svcSubnet": "10.255.30.0/24",
    25      "network": "network-2"
    26    }
    27  ]