python/kubernetes/base
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
..
.github removed submodule 2022-01-07 16:17:39 -08:00
config Add interactive configuration to exec provider. 2022-06-17 15:11:26 +00:00
dynamic Add base_resource_lookup to ResourceList to avoid logging error 2022-07-18 14:05:27 +03:00
hack removed submodule 2022-01-07 16:17:39 -08:00
leaderelection removed submodule 2022-01-07 16:17:39 -08:00
stream Check availability of poll method before using 2022-06-30 12:00:54 +05:30
watch removed submodule 2022-01-07 16:17:39 -08:00
.gitignore removed submodule 2022-01-07 16:17:39 -08:00
.travis.yml removed submodule 2022-01-07 16:17:39 -08:00
code-of-conduct.md removed submodule 2022-01-07 16:17:39 -08:00
CONTRIBUTING.md removed submodule 2022-01-07 16:17:39 -08:00
LICENSE removed submodule 2022-01-07 16:17:39 -08:00
OWNERS removed submodule 2022-01-07 16:17:39 -08:00
README.md removed submodule 2022-01-07 16:17:39 -08:00
run_tox.sh Fix typo: kubenetes -> kubernetes 2022-03-28 19:52:37 +08:00
SECURITY_CONTACTS removed submodule 2022-01-07 16:17:39 -08:00
tox.ini removed submodule 2022-01-07 16:17:39 -08:00

python-base

Build Status

This is the utility part of the python client. It has been added to the main repo using git submodules. This structure allow other developers to create their own kubernetes client and still use standard kubernetes python utilities. For more information refer to clients-library-structure.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.