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

Method BulkNetOut

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

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)

Source from the content-addressed store, hash-verified

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 //

Callers 2

handleBulkNetOutMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected