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

Method RemoveProperty

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

Remove a property with the specified name from a container. Errors: * None.

(name string)

Source from the content-addressed store, hash-verified

130 // Errors:
131 // * None.
132 RemoveProperty(name string) error
133}
134
135// ProcessSpec contains parameters for running a script inside a container.

Callers 2

handleRemovePropertyMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected