| 345 | } |
| 346 | |
| 347 | type CPULimits struct { |
| 348 | Weight uint64 `json:"weight,omitempty"` |
| 349 | // Deprecated: Use Weight instead. |
| 350 | LimitInShares uint64 `json:"limit_in_shares,omitempty"` |
| 351 | } |
| 352 | |
| 353 | type PidLimits struct { |
| 354 | // Limits the number of pids a container may create before new forks or clones are disallowed to processes in the container. |
nothing calls this directly
no outgoing calls
no test coverage detected