Go to file
Spyros Trigazis 26cb526eaa Use oauth2 from google-auth (#16)
oauth2client is deprecated [1], use google-auth.

[1] https://github.com/google/oauth2client/releases (see Note)

Related-Issue: https://github.com/kubernetes-incubator/client-python/issues/275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-06 17:54:56 -07:00
config Use oauth2 from google-auth (#16) 2017-07-06 17:54:56 -07:00
watch Remove loop symlinks 2017-05-19 16:46:39 -07: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 Update pep8 2017-06-09 13:22:08 -07:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
README.md Update README file 2017-06-09 15:19:50 -07:00
rest.py Update pep8 2017-06-09 13:22:08 -07: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

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.