python/kubernetes/base/dynamic
Alex Kalenyuk 3af3fee84b Add base_resource_lookup to ResourceList to avoid logging error
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>
2022-07-18 14:05:27 +03:00
..
__init__.py removed submodule 2022-01-07 16:17:39 -08:00
client.py Support setting the _request_timeout parameter for the dynamic client 2022-04-20 10:23:16 +02:00
discovery.py Add 'usedforsecurity=False' parameter to md5 call 2022-07-07 21:25:03 +00:00
exceptions.py removed submodule 2022-01-07 16:17:39 -08:00
resource.py Add base_resource_lookup to ResourceList to avoid logging error 2022-07-18 14:05:27 +03:00
test_client.py Fix DynamicClient.server_side_apply 2022-07-06 01:16:57 +09:00
test_discovery.py removed submodule 2022-01-07 16:17:39 -08:00