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

Commit 9181235

Browse files
committed
updated docstring for load_kube_config_from_dict
1 parent 52a3bdc commit 9181235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/kube_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def load_kube_config(config_file=None, context=None,
760760
def load_kube_config_from_dict(config_dict, context=None,
761761
client_configuration=None,
762762
persist_config=True):
763-
"""Loads authentication and cluster information from kube-config file
763+
"""Loads authentication and cluster information from config_dict file
764764
and stores them in kubernetes.client.configuration.
765765
766766
:param config_dict: Takes the config file as a dict.

0 commit comments

Comments
 (0)