| 340 | } |
| 341 | |
| 342 | type MemoryLimits struct { |
| 343 | // Memory usage limit in bytes. |
| 344 | LimitInBytes uint64 `json:"limit_in_bytes,omitempty"` |
| 345 | } |
| 346 | |
| 347 | type CPULimits struct { |
| 348 | Weight uint64 `json:"weight,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected