Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
updated docstring for load_kube_config_from_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu667 committed Jun 19, 2020
1 parent 52a3bdc commit 9181235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kube_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9181235

Please sign in to comment.