-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feature: reading namespaced ConfigMaps #9728
Conversation
...runtime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceConfig.java
Outdated
Show resolved
Hide resolved
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.
Apart from the comments I added, I am not all that sure about this to be honest.
I can see the appeal, but on the other hand if we want more flexibility, we would allow users to individually configure the namespace of the configmap.
...runtime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceConfig.java
Outdated
Show resolved
Hide resolved
...ntime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceProvider.java
Outdated
Show resolved
Hide resolved
0ed026e
to
2daa9b0
Compare
Could you please assign the issue to me, @geoand ? |
Done |
2d7026d
to
f736200
Compare
Finally 😅 When you have some time @geoand I will be happy if you can review this. Thanks! |
...ntime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceProvider.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceProviderTest.java
Outdated
Show resolved
Hide resolved
integration-tests/kubernetes-client/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...nt/src/test/java/io/quarkus/it/kubernetes/client/CustomKubernetesMockServerTestResource.java
Outdated
Show resolved
Hide resolved
...client/src/main/java/io/quarkus/test/kubernetes/client/KubernetesMockServerTestResource.java
Outdated
Show resolved
Hide resolved
...runtime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceConfig.java
Show resolved
Hide resolved
f736200
to
cbfa0cc
Compare
Thank you for the comments. |
👍 |
I'll review again later today |
...runtime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceConfig.java
Outdated
Show resolved
Hide resolved
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 think that once we have the documentation issue I mentioned fixed, we can merge this
cbfa0cc
to
9933872
Compare
I added some comments to the docs, let me know wdyt @geoand |
...runtime/src/main/java/io/quarkus/kubernetes/client/runtime/KubernetesConfigSourceConfig.java
Outdated
Show resolved
Hide resolved
9933872
to
64e56b0
Compare
Thank you @geoand |
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.
Thanks!
The change might not pass formatting because I just added via Github suggestion |
64e56b0
to
37ca807
Compare
37ca807
to
8616e89
Compare
Finally checks passed, I have just rebate onto master. |
a728dfa
to
34da544
Compare
34da544
to
1c89c51
Compare
I rebased onto master and Checks passed @geoand :-) |
Thanks! |
Related to #8376