MCPcopy Create free account
hub / github.com/cloudfoundry/garden / ContainerNetworkStat

Struct ContainerNetworkStat

container.go:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317type ContainerNetworkStat struct {
318 RxBytes uint64
319 TxBytes uint64
320}
321
322type BandwidthLimits struct {
323 RateInBytesPerSecond uint64 `json:"rate,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected