- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EnvoyDo (0.04 sec)
-
istioctl/pkg/describe/describe.go
recordDestinationRules := map[string]*clientnetworking.DestinationRule{} // recordGateways, key: ns/gwName recordGateways := map[string]bool{} for _, pod := range pods.Items { byConfigDump, err := client.EnvoyDo(context.TODO(), pod.Name, pod.Namespace, "GET", "config_dump") if err != nil { return fmt.Errorf("failed to execute command on ingress gateway sidecar: %v", err) } cd := configdump.Wrapper{}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)