Add a new method of config.kube_config.new_client_from_config_dict.
Loads configuration the same as load_kube_config_from_dict but returns an ApiClient to be used with any API object. This will allow the caller to concurrently talk with multiple clusters.
Add a new method of config.kube_config.new_client_from_config_dict.
Loads configuration the same as load_kube_config_from_dict but returns an ApiClient to be used with any API object. This will allow the caller to concurrently talk with multiple clusters.