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

Method Capacity

client/client.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (client *client) Capacity() (garden.Capacity, error) {
27 return client.connection.Capacity()
28}
29
30func (client *client) Create(spec garden.ContainerSpec) (garden.Container, error) {
31 handle, err := client.connection.Create(spec)

Callers

nothing calls this directly

Calls 1

CapacityMethod · 0.65

Tested by

no test coverage detected