- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for queryToOnePod (0.2 sec)
-
istioctl/pkg/multixds/gather.go
xdsOpts := clioptions.CentralControlPlaneOptions{ XDSSAN: makeSan(istioNamespace, kubeClient.Revision()), CertDir: centralOpts.CertDir, Timeout: centralOpts.Timeout, } visited := make(map[string]bool) queryToOnePod := func(pod *v1.Pod) (*discovery.DiscoveryResponse, error) { fw, err := kubeClient.NewPortForwarder(pod.Name, pod.Namespace, "localhost", 0, 15004) if err != nil { return nil, err } err = fw.Start()
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.6K bytes - Viewed (0)