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> |
||
|---|---|---|
| .. | ||
| .github | ||
| config | ||
| dynamic | ||
| hack | ||
| leaderelection | ||
| stream | ||
| watch | ||
| .gitignore | ||
| .travis.yml | ||
| code-of-conduct.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
| run_tox.sh | ||
| SECURITY_CONTACTS | ||
| tox.ini | ||
python-base
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.