Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendGlobalErr (0.12 sec)

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

    	cmdTimer := time.NewTimer(time.Duration(config.CommandTimeout))
    	beginTime := time.Now()
    
    	client, err := kube.NewCLIClient(kube.BuildClientCmd(config.KubeConfigPath, config.Context))
    	if err != nil {
    		appendGlobalErr(err)
    	}
    
    	clusterDir := archive.ClusterInfoPath(tempDir)
    
    	params := &content.Params{
    		Runner:      runner,
    		DryRun:      config.DryRun,
    		KubeConfig:  config.KubeConfigPath,
    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