kubernetes-client / python-base

Apache License 2.0
70 stars 185 forks source link

[config] Add a new method of config.kube_config.new_client_from_config_dict #265

Closed WalkerWang731 closed 2 years ago

WalkerWang731 commented 2 years ago

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.