You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix, however, has unveiled the amount of convoluted and coupled code present in the Config loading logic, Config refreshing logic, and Config update persisting logic.
We need to refactor and decouple all of this logic to guarantee an easy maintenance and allow to add newer functionality for the Kubernetes Client Config.
This is a critical class that affects the rest of the code-base.
Having clear, concise, and maintainable Config procedures is a must for the future of the project.
Description
The issue redhat-developer/intellij-kubernetes#779 required an involved fix that @adietish reported in #6240 and implemented in #6295 🙌.
The fix, however, has unveiled the amount of convoluted and coupled code present in the Config loading logic, Config refreshing logic, and Config update persisting logic.
We need to refactor and decouple all of this logic to guarantee an easy maintenance and allow to add newer functionality for the Kubernetes Client Config.
This is a critical class that affects the rest of the code-base.
Having clear, concise, and maintainable Config procedures is a must for the future of the project.
Tasks
References
The text was updated successfully, but these errors were encountered: