Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryToOnePod (0.2 sec)

  1. 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()
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Mar 08 08:38:19 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top