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

Method Lookup

client.go:58–58  ·  view source on GitHub ↗

Lookup returns the container with the specified handle. Errors: * Container not found.

(handle string)

Source from the content-addressed store, hash-verified

56 // Errors:
57 // * Container not found.
58 Lookup(handle string) (Container, error)
59}
60
61// ContainerSpec specifies the parameters for creating a container. All parameters are optional.

Callers 15

client_test.goFile · 0.65
handleStopMethod · 0.65
handleStreamInMethod · 0.65
handleStreamOutMethod · 0.65
handleNetInMethod · 0.65
handleNetOutMethod · 0.65
handleBulkNetOutMethod · 0.65
handleMetricsMethod · 0.65

Implementers 3

FakeBackendgardenfakes/fake_backend.go
FakeClientgardenfakes/fake_client.go
clientclient/client.go

Calls

no outgoing calls

Tested by 1

goroutinesFunction · 0.52