MCPcopy Create free account
hub / github.com/containerd/cgroups / CgroupType

TypeAlias CgroupType

cgroup2/manager.go:268–268  ·  view source on GitHub ↗

CgroupType represents the types a cgroup can be.

Source from the content-addressed store, hash-verified

266
267// CgroupType represents the types a cgroup can be.
268type CgroupType string
269
270const (
271 Domain CgroupType = "domain"

Callers 1

GetTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected