Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildCgroupUnifiedPath (0.18 sec)

  1. pkg/kubelet/cm/cgroup_manager_linux.go

    	for key, val := range m.subsystems.MountPoints {
    		cgroupPaths[key] = path.Join(val, cgroupFsAdaptedName)
    	}
    	return cgroupPaths
    }
    
    // buildCgroupUnifiedPath builds a path to the specified name.
    func (m *cgroupManagerImpl) buildCgroupUnifiedPath(name CgroupName) string {
    	cgroupFsAdaptedName := m.Name(name)
    	return path.Join(cmutil.CgroupRoot, cgroupFsAdaptedName)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 26.5K bytes
    - Viewed (0)
Back to top