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

Method SetProperty

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

Set a named property on a container to a specified value. Errors: * None.

(name string, value string)

Source from the content-addressed store, hash-verified

124 // Errors:
125 // * None.
126 SetProperty(name string, value string) error
127
128 // Remove a property with the specified name from a container.
129 //

Callers 2

handleSetPropertyMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected