Skip to content

Rename network manager file for docker executor

Steve Xuereb requested to merge rename-file into master

What does this MR do?

Rename network manager file for docker executor

Why was this MR needed?

network_manager_adaptor.go is very verbose and it's not really an adapter more of function to construct the network adapater. The name of the file was brought up in a discussion in !1930 (comment 338281983) . This makes is consistent with volumes and labels

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

!1930 (comment 338281983)

Edited by Steve Xuereb

Merge request reports