Whitelist outbound network traffic. This is deprecated in favour of passing NetOut configuration in the ContainerSpec at creation time. If the configuration directive deny_networks is not used, all networks are already whitelisted and this command is effectively a no-op. Later NetOut calls take pr
(netOutRule NetOutRule)
| 82 | // Errors: |
| 83 | // * An error is returned if the NetOut call fails. |
| 84 | NetOut(netOutRule NetOutRule) error |
| 85 | |
| 86 | // A Bulk call for NetOut. This is deprecated in favour of passing |
| 87 | // NetOut configuration in the ContainerSpec at creation time. |
no outgoing calls
no test coverage detected