Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CniPath (0.14 sec)

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

    	return filepath.Join(getRootDir(rootDir), analyzeSubdir, namespace)
    }
    
    func ClusterInfoPath(rootDir string) string {
    	return filepath.Join(getRootDir(rootDir), clusterInfoSubdir)
    }
    
    func CniPath(rootDir, pod string) string {
    	return filepath.Join(getRootDir(rootDir), cniLogsPathSubdir, pod)
    }
    
    // Create creates a gzipped tar file from srcDir and writes it to outPath.
    func Create(srcDir, outPath string) error {
    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