| 174 | } |
| 175 | |
| 176 | type Limits struct { |
| 177 | Bandwidth BandwidthLimits `json:"bandwidth_limits,omitempty"` |
| 178 | CPU CPULimits `json:"cpu_limits,omitempty"` |
| 179 | Disk DiskLimits `json:"disk_limits,omitempty"` |
| 180 | Memory MemoryLimits `json:"memory_limits,omitempty"` |
| 181 | Pid PidLimits `json:"pid_limits,omitempty"` |
| 182 | } |
| 183 | |
| 184 | // BindMount specifies parameters for a single mount point. |
| 185 | // |
nothing calls this directly
no outgoing calls
no test coverage detected