-
Notifications
You must be signed in to change notification settings - Fork 107
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
VirtualNode: deletion-routine refactoring #1984
VirtualNode: deletion-routine refactoring #1984
Conversation
Hi @cheina97. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
d35c720
to
f481cc2
Compare
I'm not sure this is a good place for these functions. Do you think pkg/utils/virtualnode or pkg/vkMachinery could be better places? |
b9df39a
to
5d6ee7a
Compare
/test |
pkg/liqo-controller-manager/virtualnode-controller/virtualkubelet.go
Outdated
Show resolved
Hide resolved
pkg/liqo-controller-manager/virtualnode-controller/deletion-routine.go
Outdated
Show resolved
Hide resolved
pkg/liqo-controller-manager/virtualnode-controller/deletion-routine.go
Outdated
Show resolved
Hide resolved
pkg/liqo-controller-manager/virtualnode-controller/deletion-routine.go
Outdated
Show resolved
Hide resolved
b7410ba
to
30f35d6
Compare
pkg/liqo-controller-manager/virtualnode-controller/deletion-routine.go
Outdated
Show resolved
Hide resolved
/rebase test=true |
c93c2a5
to
98209a1
Compare
/rebase test=true |
98209a1
to
58df128
Compare
ecb9313
to
b5ef0ed
Compare
/rebase test=true |
b5ef0ed
to
2ab3638
Compare
67ad421
to
38dec0b
Compare
/rebase test=true |
38dec0b
to
cc4c3ff
Compare
/rebase test=true |
1 similar comment
/rebase test=true |
cc4c3ff
to
be6b64c
Compare
/merge |
Description
This PR refactors the deletion-routine based on kubernetes guidelines https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/controllers.md