Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnalyzePath (0.1 sec)

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

    }
    
    func OperatorPath(rootDir, namespace, pod string) string {
    	return filepath.Join(getRootDir(rootDir), operatorLogsPathSubdir, namespace, pod)
    }
    
    func AnalyzePath(rootDir, namespace string) string {
    	return filepath.Join(getRootDir(rootDir), analyzeSubdir, namespace)
    }
    
    func ClusterInfoPath(rootDir string) string {
    	return filepath.Join(getRootDir(rootDir), clusterInfoSubdir)
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 30 00:10:16 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top