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

Method CurrentMemoryLimits

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

Returns the current memory limts set for the container.

()

Source from the content-addressed store, hash-verified

52
53 // Returns the current memory limts set for the container.
54 CurrentMemoryLimits() (MemoryLimits, error)
55
56 // Map a port on the host to a port in the container so that traffic to the
57 // host port is forwarded to the container port. This is deprecated in

Callers 2

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected