A Bulk call for NetOut. This is deprecated in favour of passing NetOut configuration in the ContainerSpec at creation time. Errors: * An error is returned if any of the NetOut calls fail.
(netOutRules []NetOutRule)
| 89 | // Errors: |
| 90 | // * An error is returned if any of the NetOut calls fail. |
| 91 | BulkNetOut(netOutRules []NetOutRule) error |
| 92 | |
| 93 | // Run a script inside a container. |
| 94 | // |
no outgoing calls
no test coverage detected