MCPcopy Index your code
hub / github.com/containerd/nerdctl / containerNetworkManager

Struct containerNetworkManager

pkg/containerutil/container_network_manager.go:347–351  ·  view source on GitHub ↗

types.NetworkOptionsManager implementation for container networking settings.

Source from the content-addressed store, hash-verified

345
346// types.NetworkOptionsManager implementation for container networking settings.
347type containerNetworkManager struct {
348 globalOptions types.GlobalCommandOptions
349 netOpts types.NetworkOptions
350 client *containerd.Client
351}
352
353// NetworkOptions Returns a copy of the internal types.NetworkOptions.
354func (m *containerNetworkManager) NetworkOptions() types.NetworkOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected