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
Hi @MyIgel, I think this would make sense. I actually wrote this bit of code and I can give you some guidance here if you want to do a PR.
I think you should just make a new struct that implements the protocol KubernetesClientConfigLoader and that way it'll fit in with all the others. I'm not sure modifying the existing behaviour is what you want to do. But you can check with @iabudiab
It would be great it the client would try to load a config defined in the KUBECONFIG env var.
At the moment only
$HOME/.kube/config
is checked:client/Sources/SwiftkubeClient/Config/KubernetesClientConfig.swift
Line 207 in 4f278b2
The text was updated successfully, but these errors were encountered: