| 320 | } |
| 321 | |
| 322 | type BandwidthLimits struct { |
| 323 | RateInBytesPerSecond uint64 `json:"rate,omitempty"` |
| 324 | BurstRateInBytesPerSecond uint64 `json:"burst,omitempty"` |
| 325 | } |
| 326 | |
| 327 | type ProcessLimits struct { |
| 328 | CPU CPULimits `json:"cpu_limits,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected