(path string, resources *specs.LinuxResources)
| 96 | } |
| 97 | |
| 98 | func (c *cpuController) Update(path string, resources *specs.LinuxResources) error { |
| 99 | return c.Create(path, resources) |
| 100 | } |
| 101 | |
| 102 | func (c *cpuController) Stat(path string, stats *v1.Metrics) error { |
| 103 | f, err := os.Open(filepath.Join(c.Path(path), "cpu.stat")) |