| 308 | } |
| 309 | |
| 310 | type ContainerBandwidthStat struct { |
| 311 | InRate uint64 |
| 312 | InBurst uint64 |
| 313 | OutRate uint64 |
| 314 | OutBurst uint64 |
| 315 | } |
| 316 | |
| 317 | type ContainerNetworkStat struct { |
| 318 | RxBytes uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected