Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetZtunnelInfo (0.17 sec)

  1. tools/bug-report/pkg/content/content.go

    			continue
    		}
    		ret[url] = out
    	}
    	if errs.ErrorOrNil() != nil {
    		return nil, errs
    	}
    	return ret, nil
    }
    
    func GetZtunnelInfo(p *Params) (map[string]string, error) {
    	if p.Namespace == "" || p.Pod == "" {
    		return nil, fmt.Errorf("getZtunnelInfo requires namespace and pod")
    	}
    	errs := istiomultierror.New()
    	ret := make(map[string]string)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 18:47:53 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. tools/bug-report/pkg/bugreport/bugreport.go

    				getProxyLogs(runner, config, resources, p, namespace, pod, container, &optionalWg)
    			} else {
    				getFromCluster(content.GetNetstat, cp, proxyDir, &mandatoryWg)
    				getFromCluster(content.GetZtunnelInfo, cp, archive.ProxyOutputPath(tempDir, namespace, pod), &optionalWg)
    				getProxyLogs(runner, config, resources, p, namespace, pod, container, &optionalWg)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top