updated docstring for load_kube_config_from_dict
This commit is contained in:
parent
52a3bdc159
commit
91812350e4
@ -760,7 +760,7 @@ def load_kube_config(config_file=None, context=None,
|
||||
def load_kube_config_from_dict(config_dict, context=None,
|
||||
client_configuration=None,
|
||||
persist_config=True):
|
||||
"""Loads authentication and cluster information from kube-config file
|
||||
"""Loads authentication and cluster information from config_dict file
|
||||
and stores them in kubernetes.client.configuration.
|
||||
|
||||
:param config_dict: Takes the config file as a dict.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user