-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cleanup k8s client loadbalancer part 1 #1612
Cleanup k8s client loadbalancer part 1 #1612
Conversation
Configure Renovate
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright 2013-2020 the original author or authors. | |||
* Copyright 2013-2024 the original author or authors. |
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.
I have not changed the tests here, just minor clean-up and added for selective namespaces
String serviceName = getServiceId(); | ||
LOG.debug(() -> "serviceID : " + serviceName); | ||
|
||
if (discoveryProperties.allNamespaces()) { |
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.
this mimics fabric8 implementation. First search in all namespaces (if enabled), then selective namespaces, then the single namespace
@ryanjbaxter ready to be looked at, thank you! |
No description provided.