Remove a property with the specified name from a container. Errors: * None.
(name string)
| 130 | // Errors: |
| 131 | // * None. |
| 132 | RemoveProperty(name string) error |
| 133 | } |
| 134 | |
| 135 | // ProcessSpec contains parameters for running a script inside a container. |
no outgoing calls
no test coverage detected