types.NetworkOptionsManager implementation for host networking settings.
| 522 | |
| 523 | // types.NetworkOptionsManager implementation for host networking settings. |
| 524 | type hostNetworkManager struct { |
| 525 | globalOptions types.GlobalCommandOptions |
| 526 | netOpts types.NetworkOptions |
| 527 | client *containerd.Client |
| 528 | } |
| 529 | |
| 530 | // NetworkOptions Returns a copy of the internal types.NetworkOptions. |
| 531 | func (m *hostNetworkManager) NetworkOptions() types.NetworkOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected