Returns the current CPU limts set for the container.
()
| 46 | |
| 47 | // Returns the current CPU limts set for the container. |
| 48 | CurrentCPULimits() (CPULimits, error) |
| 49 | |
| 50 | // Returns the current disk limts set for the container. |
| 51 | CurrentDiskLimits() (DiskLimits, error) |
no outgoing calls
no test coverage detected