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

Method Property

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

Property returns the value of the property with the specified name. Errors: * When the property does not exist on the container.

(name string)

Source from the content-addressed store, hash-verified

118 // Errors:
119 // * When the property does not exist on the container.
120 Property(name string) (string, error)
121
122 // Set a named property on a container to a specified value.
123 //

Callers 2

handlePropertyMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected