types.NetworkOptionsManager implementation for container networking settings.
| 345 | |
| 346 | // types.NetworkOptionsManager implementation for container networking settings. |
| 347 | type 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. |
| 354 | func (m *containerNetworkManager) NetworkOptions() types.NetworkOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected