Go to file
2017-09-20 11:22:04 -07:00
config Add proper GCP config loader and refresher 2017-07-25 03:17:32 -07:00
stream Add Websocket streaming support to base 2017-09-20 11:22:04 -07:00
watch fix: reset _stop when new stream is called 2017-08-21 00:50:32 +02:00
.gitignore Ignore IDE files 2017-06-09 13:22:07 -07:00
.travis.yml Fix travis CI failure 2017-07-06 16:52:45 -07:00
api_client.py Update pep8 2017-06-09 13:22:08 -07:00
configuration.py Use a higher value for connecion_pool_maxsize. 2017-08-23 09:15:54 +02:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
README.md Update README.md 2017-07-23 02:56:17 -07:00
rest_test.py Use ConfigurationObject 2017-07-25 12:46:36 -07:00
rest.py added configuration 'http_proxy' to allow the usage of a proxy 2017-07-25 14:49:15 +02:00
run_tox.sh Add tox and travis support 2017-06-09 13:22:07 -07:00
tox.ini Add tox and travis support 2017-06-09 13:22:07 -07: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.

Development

Any changes to utilites in this repo should be send as a PR to this repo. After the PR is merged, developers should create another PR in the main repo to update the submodule. See this document for more guidelines.