cri-o/vendor/github.com/containerd/cgroups/hierarchy.go

5 lines
127 B
Go
Raw Normal View History

package cgroups
// Hierarchy enableds both unified and split hierarchy for cgroups
type Hierarchy func() ([]Subsystem, error)