| 301 | } |
| 302 | |
| 303 | type ContainerDiskStat struct { |
| 304 | TotalBytesUsed uint64 |
| 305 | TotalInodesUsed uint64 |
| 306 | ExclusiveBytesUsed uint64 |
| 307 | ExclusiveInodesUsed uint64 |
| 308 | } |
| 309 | |
| 310 | type ContainerBandwidthStat struct { |
| 311 | InRate uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected