var _ …
type CgroupsValidator …
func (c *CgroupsValidator) Name() string { … }
const cgroupsConfigPrefix …
const mountsFilePath …
const defaultUnifiedMountPoint …
func getUnifiedMountpoint(path string) (string, bool, error) { … }
func (c *CgroupsValidator) Validate(spec SysSpec) (warns, errs []error) { … }
func (c *CgroupsValidator) validateCgroupSubsystems(cgroups, subsystems []string, required bool) []string { … }
func (c *CgroupsValidator) getCgroupV1Subsystems() ([]string, error) { … }
func (c *CgroupsValidator) getCgroupV2Subsystems(unifiedMountpoint string) ([]string, error, error) { … }
func checkCgroupV2Freeze(unifiedMountpoint string) (isCgroupfs bool, warn error) { … }