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

Method Containers

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

Containers lists all containers filtered by Properties (which are ANDed together). Errors: * None.

(Properties)

Source from the content-addressed store, hash-verified

44 // Errors:
45 // * None.
46 Containers(Properties) ([]Container, error)
47
48 // BulkInfo returns info or error for a list of containers.
49 BulkInfo(handles []string) (map[string]ContainerInfoEntry, error)

Callers 4

client_test.goFile · 0.65
SetupBombermanMethod · 0.65
handleListMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected