Martin Creutzenberg

Results 1 comments of Martin Creutzenberg

> > https://github.com/kubernetes-client/python/blob/master/kubernetes/base/config/kube_config.py#L816-L817 > > ```python > def load_kube_config(config_file=None, context=None, > client_configuration=None, > persist_config=True, > temp_file_path=None): > ... > if config_file is None: > config_file = KUBE_CONFIG_DEFAULT_LOCATION > ``` >...