mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Rename cgroupsystemd.Manager to LegacyManager
This commit is contained in:
parent
6e079bfb7d
commit
b9cfb19321
@ -153,7 +153,7 @@ func (l *libcontainerAdapter) newManager(cgroups *libcontainerconfigs.Cgroup, pa
|
|||||||
if !cgroupsystemd.UseSystemd() {
|
if !cgroupsystemd.UseSystemd() {
|
||||||
panic("systemd cgroup manager not available")
|
panic("systemd cgroup manager not available")
|
||||||
}
|
}
|
||||||
return &cgroupsystemd.Manager{
|
return &cgroupsystemd.LegacyManager{
|
||||||
Cgroups: cgroups,
|
Cgroups: cgroups,
|
||||||
Paths: paths,
|
Paths: paths,
|
||||||
}, nil
|
}, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user