revert: "fix: allow multiple configs listed in KUBECONFIG (#779)" #806
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
reverts #779, commit d5972d2.
We merged #779 because things compiled and ran nicely. But then, when implementing the means to compile against
IC-2024.2
plugin verifier started to complain (see #801) because it didnt see the modified kubernetes-client classes that existed in the plugin, that were shadowing the ones in the client-jar.I tried the following without success:
src/main/java
->src/main/kotlin
(verifier still complained)When trying reflection we decided to abandon the stop gap solution and wait for the release of the kubernetes-client 7.0.0 which should include the required changes.