- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for RouteConfiguration (0.14 sec)
-
istioctl/pkg/writer/compare/testdata/configdump.json
{ "@type": "type.googleapis.com/envoy.admin.v3.RoutesConfigDump", "dynamic_route_configs": [ { "route_config": { "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "inbound-vip|9080|http|reviews-v3.default.svc.cluster.local", "virtual_hosts": [ { "name": "inbound|http|9080", "domains": [
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 12 10:02:09 UTC 2024 - 52K bytes - Viewed (0) -
istioctl/pkg/proxyconfig/testdata/config_dump.json
{ "@type": "type.googleapis.com/envoy.admin.v3.RoutesConfigDump", "static_route_configs": [ { "route_config": { "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "inbound-vip|8000|http|httpbin.default.svc.cluster.local", "virtual_hosts": [ { "name": "inbound|http|8000", "domains": [
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 03 23:08:06 UTC 2024 - 54.8K bytes - Viewed (0) -
istioctl/pkg/writer/compare/testdata/configdump_diff.json
{ "@type": "type.googleapis.com/envoy.admin.v3.RoutesConfigDump", "dynamic_route_configs": [ { "route_config": { "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "inbound-vip|9999|http|reviews-v3.default.svc.cluster.local", "virtual_hosts": [ { "name": "inbound|http|9080", "domains": [
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 12 10:02:09 UTC 2024 - 51.6K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
rcd, err := cd.GetDynamicRouteDump(false) if err != nil { return "", err } for _, rcd := range rcd.DynamicRouteConfigs { routeTyped := &route.RouteConfiguration{} err = rcd.RouteConfig.UnmarshalTo(routeTyped) if err != nil { return "", err } if routeTyped.Name != sPort && !strings.HasPrefix(routeTyped.Name, "http.") &&
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)