istio.io/istio@v0.0.0-20240520182934-d79c90f27776/istioctl/pkg/writer/envoy/configdump/testdata/routes/empty-gateway/configdump.json (about)

     1  {
     2   "configs": [
     3    {
     4     "@type": "type.googleapis.com/envoy.admin.v3.RoutesConfigDump",
     5     "static_route_configs": [
     6      {
     7       "route_config": {
     8        "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
     9        "virtual_hosts": [
    10         {
    11          "name": "backend",
    12          "domains": [
    13           "*"
    14          ],
    15          "routes": [
    16           {
    17            "match": {
    18             "prefix": "/healthz/ready"
    19            },
    20            "route": {
    21             "cluster": "agent"
    22            }
    23           }
    24          ]
    25         }
    26        ]
    27       },
    28       "last_updated": "2023-11-29T09:58:27.299Z"
    29      },
    30      {
    31       "route_config": {
    32        "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
    33        "virtual_hosts": [
    34         {
    35          "name": "backend",
    36          "domains": [
    37           "*"
    38          ],
    39          "routes": [
    40           {
    41            "match": {
    42             "prefix": "/stats/prometheus"
    43            },
    44            "route": {
    45             "cluster": "prometheus_stats"
    46            }
    47           }
    48          ]
    49         }
    50        ]
    51       },
    52       "last_updated": "2023-11-29T09:58:27.285Z"
    53      }
    54     ]
    55    }
    56   ]
    57  }
    58