mirror of
https://github.com/containers/podman.git
synced 2025-06-02 10:46:09 +08:00
Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
4
vendor/github.com/containerd/cgroups/hierarchy.go
generated
vendored
Normal file
4
vendor/github.com/containerd/cgroups/hierarchy.go
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
package cgroups
|
||||
|
||||
// Hierarchy enableds both unified and split hierarchy for cgroups
|
||||
type Hierarchy func() ([]Subsystem, error)
|
Reference in New Issue
Block a user