| 315 | } |
| 316 | |
| 317 | type ContainerNetworkStat struct { |
| 318 | RxBytes uint64 |
| 319 | TxBytes uint64 |
| 320 | } |
| 321 | |
| 322 | type BandwidthLimits struct { |
| 323 | RateInBytesPerSecond uint64 `json:"rate,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected