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
I was wondering if it might be possible to expose the config utils module. My use case requires the ability to get a list of named contexts from the config. But if I'm reading the code right this is impossible.
The text was updated successfully, but these errors were encountered:
I think the Config struct is exposed. You could serialize the kube config file into that struct using serde_yaml. Although I think it's actually pretty reasonable to let users do this. We should just expose Config::load_config.
I was wondering if it might be possible to expose the config utils module. My use case requires the ability to get a list of named contexts from the config. But if I'm reading the code right this is impossible.
The text was updated successfully, but these errors were encountered: