As seen in https://github.com/openshift/openshift-restclient-python/issues/430 We are hitting a bunch of these logging errors: ```bash load cache error: __init__() got an unexpected keyword argument 'base_resource_lookup' ``` Which seem like they could be fixed by expecting this arg. We might be off here so would appreciate any pointers, but kept it simple at this point without adding the actual client request support. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| client.py | ||
| discovery.py | ||
| exceptions.py | ||
| resource.py | ||
| test_client.py | ||
| test_discovery.py | ||