(path string, resources *specs.LinuxResources)
| 59 | } |
| 60 | |
| 61 | func (p *pidsController) Update(path string, resources *specs.LinuxResources) error { |
| 62 | return p.Create(path, resources) |
| 63 | } |
| 64 | |
| 65 | func (p *pidsController) Stat(path string, stats *v1.Metrics) error { |
| 66 | current, err := readUint(filepath.Join(p.Path(path), "pids.current")) |