We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aa2dd commit 698299aCopy full SHA for 698299a
config/__init__.py
@@ -13,14 +13,12 @@
13
# limitations under the License.
14
15
import os
16
+
17
from .config_exception import ConfigException
18
from .incluster_config import load_incluster_config
-from .kube_config import (
19
- list_kube_config_contexts,
20
- load_kube_config,
21
- load_kube_config_from_dict,
22
- new_client_from_config,
23
- KUBE_CONFIG_DEFAULT_LOCATION)
+from .kube_config import (KUBE_CONFIG_DEFAULT_LOCATION,
+ list_kube_config_contexts, load_kube_config,
+ load_kube_config_from_dict, new_client_from_config)
24
25
26
def load_config(**kwargs):
0 commit comments