Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCgroupV1ParentPath (0.49 sec)

  1. pkg/kubelet/cm/util/cgroups_linux.go

    		return filepath.Join(root, mnt, cgroupPath), nil
    	}
    
    	parentPath, err := getCgroupV1ParentPath(mnt, root)
    	if err != nil {
    		return "", err
    	}
    
    	return filepath.Join(parentPath, cgroupPath), nil
    }
    
    // getCgroupV1ParentPath gets the parent filepath to this cgroup, for resolving relative cgroup paths.
    func getCgroupV1ParentPath(mountpoint, root string) (string, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 12 07:50:19 UTC 2020
    - 2.9K bytes
    - Viewed (0)
Back to top