intellij-kubernetes
intellij-kubernetes copied to clipboard
Contribute code back to fabric8/kubernetes-client
- We impl'd missing functionality to identify the kube config file that contains the
current-contextname (not the context object, the pointer so to say): https://github.com/redhat-developer/intellij-kubernetes/blob/52ad4283058b4418c9cdf35a44db20cb950ceac0/src/main/kotlin/com/redhat/devtools/intellij/kubernetes/model/util/ConfigUtils.kt#L20-L42 - given multiple kubeconfigs with competing current-context properties, the last defined property is used