This commit is contained in:
Moshe Shitrit 2021-03-22 00:22:04 -04:00
parent b5aa2dd371
commit 698299af9d

View File

@ -13,14 +13,12 @@
# limitations under the License.
import os
from .config_exception import ConfigException
from .incluster_config import load_incluster_config
from .kube_config import (
list_kube_config_contexts,
load_kube_config,
load_kube_config_from_dict,
new_client_from_config,
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)
def load_config(**kwargs):