-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move file #148
move file #148
Conversation
Signed-off-by: DanielGrunbergerCA <[email protected]>
PR Analysis
PR Feedback
How to useInstructions
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so much better, thanks!
Signed-off-by: DanielGrunbergerCA <[email protected]>
@Daniel-GrunbergerCA can you check why the test fails? |
Signed-off-by: DanielGrunbergerCA <[email protected]>
I have fixed the test. It was comparing ports based on their order... |
Summary:
|
PR Type:
Refactoring
PR Description:
This PR primarily focuses on moving the
dnsmanager
frompkg/containerwatcher
topkg
. The changes include:dnsmanager
directory and all its files topkg
.dnsmanager
.PR Main Files Walkthrough:
files:
main.go
: Updated the import path for dnsmanager.pkg/containerwatcher/v1/container_watcher.go
: Updated the import path for dnsmanager.pkg/dnsmanager/dns_manager.go
: Moved the dns_manager.go file to the dnsmanager directory under pkg. No changes in the file content.pkg/dnsmanager/dns_manager_interface.go
: Moved the dns_manager_interface.go file to the dnsmanager directory under pkg. No changes in the file content.pkg/dnsmanager/dns_manager_mock.go
: Moved the dns_manager_mock.go file to the dnsmanager directory under pkg. No changes in the file content.pkg/dnsmanager/dns_manager_test.go
: Moved the dns_manager_test.go file to the dnsmanager directory under pkg. No changes in the file content.pkg/networkmanager/network_manager.go
: Updated the import path for dnsmanager.User Description:
Move
dnsmanager
to be underpkg