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

Method CurrentCPULimits

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

Returns the current CPU limts set for the container.

()

Source from the content-addressed store, hash-verified

46
47 // Returns the current CPU limts set for the container.
48 CurrentCPULimits() (CPULimits, error)
49
50 // Returns the current disk limts set for the container.
51 CurrentDiskLimits() (DiskLimits, error)

Callers 2

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected