-
Notifications
You must be signed in to change notification settings - Fork 14
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
Kubernetes Namespace Service Discovery #311
Comments
That makes sense to me. Perhaps we could add a constructor to |
Yeah that would work, I was only thinking of |
Nice! Would you be up for the challenge of contributing this improvement? |
Yes sure |
I cannot make changes to the constructor, It has to abide by the |
would it be possible to have two constructors, one like the original for 'DynamicAccess' and one that takes a custom |
I tried with defining 'apply' method in the companion object but it doesn't work. |
I think this will do, given the lookup is in the same Kubernetes cluster |
Perhaps if you add this to the class instead of creating an apply method?
|
Yup that worked |
Hi, can we add a new helper method in the "KubernetesApiServiceDiscovery" class, to lookup services in a different namespace than the default provided in the configurations. I am trying to lookup a service that's in a different Kubernetes namespace.
The text was updated successfully, but these errors were encountered: