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

Method CurrentBandwidthLimits

container.go:45–45  ·  view source on GitHub ↗

Returns the current bandwidth limits set for the container.

()

Source from the content-addressed store, hash-verified

43
44 // Returns the current bandwidth limits set for the container.
45 CurrentBandwidthLimits() (BandwidthLimits, error)
46
47 // Returns the current CPU limts set for the container.
48 CurrentCPULimits() (CPULimits, error)

Callers 2

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected