Go to file
2022-01-05 17:57:09 -08:00
.github add PR template 2021-04-20 17:06:52 -07:00
config Add a test to kube_config_test to check the cwd of the ExecProvider 2022-01-05 17:57:09 -08:00
dynamic Merge pull request #251 from jamesgetx/fix_to_dict 2021-10-15 10:08:55 -07:00
hack Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
leaderelection Fix leaderelection/example.py, now works in package. 2021-11-24 15:14:10 +08:00
stream Merge pull request #272 from AurelienGasser/fix-returncode-idempotent 2021-12-14 13:54:50 -08:00
watch quick fix of decoding error for BOOKMARK event 2021-04-12 21:09:53 -07:00
.gitignore Ignore IDE files 2017-06-09 13:22:07 -07:00
.travis.yml drop python2 support 2021-05-18 00:03:38 +05:30
code-of-conduct.md Add code-of-conduct.md 2017-12-20 14:15:28 -05:00
CONTRIBUTING.md Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
OWNERS Add fabianvf to reviewers 2021-07-29 16:56:44 -04:00
README.md Remove link to kubernetes-client/community 2018-08-23 10:51:03 -07:00
run_tox.sh Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
SECURITY_CONTACTS Add SECURITY_CONTACTS 2018-07-10 16:13:56 -07:00
tox.ini drop python2 support 2021-05-18 00:03:38 +05:30

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.