updated docstring for load_kube_config_from_dict

This commit is contained in:
vishnu667 2020-06-20 00:50:39 +05:30
parent 52a3bdc159
commit 91812350e4

View File

@ -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.