Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCgroupSubsystemsV1 (0.59 sec)

  1. pkg/kubelet/cm/helpers_linux.go

    			result.Unified = map[string]string{
    				Cgroup2MemoryMin: strconv.FormatInt(memoryMin, 10),
    			}
    		}
    	}
    
    	return result
    }
    
    // getCgroupSubsystemsV1 returns information about the mounted cgroup v1 subsystems
    func getCgroupSubsystemsV1() (*CgroupSubsystems, error) {
    	// get all cgroup mounts.
    	allCgroups, err := libcontainercgroups.GetCgroupMounts(true)
    	if err != nil {
    		return &CgroupSubsystems{}, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 11:52:28 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top