Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCgroupSubsystemsV2 (0.23 sec)

  1. pkg/kubelet/cm/helpers_linux.go

    			}
    		}
    	}
    	return &CgroupSubsystems{
    		Mounts:      allCgroups,
    		MountPoints: mountPoints,
    	}, nil
    }
    
    // getCgroupSubsystemsV2 returns information about the enabled cgroup v2 subsystems
    func getCgroupSubsystemsV2() (*CgroupSubsystems, error) {
    	controllers, err := libcontainercgroups.GetAllSubsystems()
    	if err != nil {
    		return nil, 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