From 91812350e4c2e8a965bd29c0e0c948d82a57936d Mon Sep 17 00:00:00 2001 From: vishnu667 Date: Sat, 20 Jun 2020 00:50:39 +0530 Subject: [PATCH] updated docstring for load_kube_config_from_dict --- config/kube_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kube_config.py b/config/kube_config.py index 023ace74..423178b6 100644 --- a/config/kube_config.py +++ b/config/kube_config.py @@ -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.