Returns absolute cgroup path for the requested resource.
(resource string)
| 56 | |
| 57 | // Returns absolute cgroup path for the requested resource. |
| 58 | GetCgroupPath(resource string) (string, error) |
| 59 | |
| 60 | // Returns container labels, if available. |
| 61 | GetContainerLabels() map[string]string |
no outgoing calls
no test coverage detected