Commit Graph

723 Commits

Author SHA1 Message Date
Haowei Cai
90617036e9 improve compatibility-matrix documentation in alignment with client-go 2020-03-11 18:43:45 -07:00
Kubernetes Prow Robot
cef73f6dee
Merge pull request #1102 from palnabarun/travis-fix
Fix verify_tag build stage in Travis pipeline
2020-03-11 09:51:38 -07:00
Nabarun Pal
52575ce84e
Fix verify_tag build stage in Travis pipeline 2020-03-11 12:46:44 +05:30
Kubernetes Prow Robot
cbf95cf61e
Merge pull request #1101 from fabianvf/travis-verify-tag
Travis configuration now does extra tag validation
2020-03-10 10:53:36 -07:00
Fabian von Feilitzsch
a930885aaf Validate that travis tag matches semver 2020-03-10 13:05:15 -04:00
Fabian von Feilitzsch
a12fff7ff3 Script needs to be a string 2020-03-10 12:20:23 -04:00
Fabian von Feilitzsch
16ec8c4257 Travis configuration now does extra tag validation
Separate build matrix into 3 stages - verify-tag, test, and deploy
- verify-tag compares the kubernetes.__version__ to $TRAVIS_TAG. Only
runs on pushed tags
- test runs the actual tests
- deploy deploys the package to pypi. Only runs on pushed tags
2020-03-10 11:16:38 -04:00
Kubernetes Prow Robot
6b560a4f31
Merge pull request #1100 from roycaihw/redo-pypi-token
Redo pypi token encryption for travis ci deployment
2020-03-09 14:43:36 -07:00
Haowei Cai
f2a54c1450 redo pypi token encryption for travis 2020-03-09 12:42:56 -07:00
Kubernetes Prow Robot
3792b199ca
Merge pull request #1099 from roycaihw/travis-pypi-deploy
Support travis pypi deployment
2020-03-09 10:13:36 -07:00
Haowei Cai
f96f29b4f0 support travis pypi deployment 2020-03-08 22:13:48 -07:00
Kubernetes Prow Robot
4bb1e7bf38
Merge pull request #1096 from micw523/patch-2
Add kubernetes.dynamic to setup.py pkg list
2020-03-02 16:05:38 -08:00
Xianglong Wang
dac7ee161b
Add kubernetes.dynamic to setup.py pkg list 2020-03-02 16:37:19 -06:00
Kubernetes Prow Robot
1fa9f89c39
Merge pull request #1087 from roycaihw/watch-e2e
add basic watch configmap e2e test
2020-03-02 13:43:38 -08:00
Haowei Cai
f452d0cef6 add basic watch configmap e2e test 2020-03-02 13:34:01 -08:00
Kubernetes Prow Robot
073cf4d89e
Merge pull request #1090 from iamneha/neha/changelog
Update CHANGELOG to include 10.0.1
2020-02-24 12:19:36 -08:00
iamneha
93ec66a2f6 Update CHANGELOG to include 10.0.1 2020-02-24 20:58:38 +01:00
Kubernetes Prow Robot
41f11a0999
Merge pull request #1089 from fooka03/master
Merge apiserver_id get fix from python-base
2020-02-23 18:12:47 -08:00
Nigel Foucha
4d1896cb52
Merge apiserver_id get fix from python-base 2020-02-23 14:04:23 -05:00
Kubernetes Prow Robot
dc29295163
Merge pull request #1051 from palnabarun/release-11.0-master-update
Update README and CHANGELOG for 11.0.0 stable release
2020-02-20 10:31:58 -08:00
Kubernetes Prow Robot
f493272827
Merge pull request #1083 from roycaihw/enable-debug
Add example code for enabling debugging
2020-02-18 16:14:25 -08:00
Haowei Cai
de596e9317 debug log example 2020-02-18 12:41:51 -08:00
Kubernetes Prow Robot
390f3cfd2b
Merge pull request #1038 from micw523/contrib-1
Grammar fixes to contributing doc
2020-02-11 14:44:07 -08:00
Kubernetes Prow Robot
9117d6fd7f
Merge pull request #1076 from roycaihw/release-hot-issues
Document hot issues in release process
2020-02-10 15:49:55 -08:00
Haowei Cai
e0794ec5a6 Document hot issues in release process 2020-02-10 15:39:44 -08:00
Kubernetes Prow Robot
0976d59d6f
Merge pull request #1073 from fabianvf/fix-py3-hang
Cleanup ThreadPool with atexit rather than __del__
2020-02-10 14:07:54 -08:00
Fabian von Feilitzsch
13dffb8976 Add test to ensure kubernetes client threadpool is cleaned up 2020-02-06 12:55:39 -05:00
Fabian von Feilitzsch
18d21df367 Cleanup ThreadPool with atexit rather than __del__
This removes the __del__ function from the generated Python client,
and replaces it with a cleanup function. When a ThreadPool is created,
the cleanup function is registered with the atexit module.

This PR also allows the client to be used as a context manager, which
will automatically clean up after itself rather than having to wait til
process exit.

This fixes issue #1037, where the API client could hang indefinitely at
garbage collection.
2020-02-06 12:08:51 -05:00
Xianglong Wang
4bb5c1fadf
more fixes and add more information 2020-01-15 13:50:39 -06:00
Nabarun Pal
d5d2a6ae11
Updates README 2020-01-09 23:14:16 +05:30
Kubernetes Prow Robot
5181d2389e
Merge pull request #1049 from eagerworks/fix_custom_object_doc
Fix Custom Objects API example
2020-01-09 09:15:46 -08:00
Xianglong Wang
07cddc3f94
minor grammar fix 2020-01-09 10:37:28 -06:00
Nabarun Pal
ad1eec573e
Updates CHANGELOG 2020-01-09 11:15:49 +05:30
JP Balarini
59171faa72 Fix custom object API example 2020-01-08 17:53:34 -03:00
Kubernetes Prow Robot
96766c2d59
Merge pull request #1035 from micw523/enable-dynamic
Enables the use of dynamic client
2020-01-06 10:16:17 -08:00
Xianglong Wang
b4e906555b
Grammar fixes to contributing doc 2019-12-23 17:15:24 -06:00
Kubernetes Prow Robot
3634a72ddc
Merge pull request #1007 from cclauss/patch-1
Use ==/!= to compare str, bytes, and int literals
2019-12-23 11:23:33 -08:00
Kubernetes Prow Robot
039f167bff
Merge pull request #1031 from micw523/contrib
Add Contribution 101
2019-12-23 11:21:33 -08:00
Kubernetes Prow Robot
b871710b8b
Merge pull request #1036 from micw523/api
Fix deprecation warning in e2e tests
2019-12-18 14:27:12 -08:00
micw523
02232a2e22 Change apis to api 2019-12-18 15:38:27 -06:00
micw523
6a27be5cd2 enable dynamic client 2019-12-18 15:18:20 -06:00
Kubernetes Prow Robot
706da45eb2
Merge pull request #1034 from micw523/rm-swagger
Remove .swagger-codegen
2019-12-18 12:43:57 -08:00
micw523
5be6868304 Remove .swagger-codegen 2019-12-18 14:04:05 -06:00
Xianglong Wang
e16f98e766
Change base repo update to use a single line 2019-12-17 13:35:16 -06:00
Xianglong Wang
f966677563
Format changes, add contents 2019-12-16 16:38:06 -06:00
micw523
a33906c485 Add contribution 101 2019-12-13 16:00:37 -05:00
Kubernetes Prow Robot
ccd3ce4fc2
Merge pull request #1015 from roycaihw/master
Update README and CHANGELOG in master branch
2019-11-22 19:41:50 -08:00
Haowei Cai
16911e3e8d update README 2019-11-22 12:04:17 -08:00
Haowei Cai
eb805aab86 update changelog 2019-11-22 12:04:10 -08:00
Kubernetes Prow Robot
579e96f5c6
Merge pull request #1011 from tomplus/master
fix: add client.api package to setup.py
2019-11-22 11:38:43 -08:00