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

Method CurrentDiskLimits

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

Returns the current disk limts set for the container.

()

Source from the content-addressed store, hash-verified

49
50 // Returns the current disk limts set for the container.
51 CurrentDiskLimits() (DiskLimits, error)
52
53 // Returns the current memory limts set for the container.
54 CurrentMemoryLimits() (MemoryLimits, error)

Callers 2

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected