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

Struct BandwidthLimits

container.go:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322type BandwidthLimits struct {
323 RateInBytesPerSecond uint64 `json:"rate,omitempty"`
324 BurstRateInBytesPerSecond uint64 `json:"burst,omitempty"`
325}
326
327type ProcessLimits struct {
328 CPU CPULimits `json:"cpu_limits,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected