bran-wang
|
bc51a01453
|
Fix trailing slash on kube/config failure #388
|
2018-02-12 13:05:06 +08:00 |
|
Mehdy Bohlool
|
6f02e73d80
|
Merge pull request #36 from lichen2013/keep_watch
Keep the watch action working forever
|
2018-01-09 16:23:29 -08:00 |
|
Mehdy Bohlool
|
13aa7cd1e2
|
Merge pull request #40 from jdartigalongue/master
Fix issue when refreshing service account token
|
2018-01-09 16:17:22 -08:00 |
|
Mehdy Bohlool
|
3d0ee69f4f
|
Merge pull request #39 from spiffxp/add-code-of-conduct
Add code-of-conduct.md
|
2018-01-09 16:12:43 -08:00 |
|
Jeremy Dartigalongue
|
b7b6e65285
|
Fix issue when refreshing service account token
|
2018-01-01 16:42:54 +00:00 |
|
Aaron Crickenberger
|
2052c4d7b6
|
Add code-of-conduct.md
Refer to kubernetes/community as authoritative source for code of conduct
|
2017-12-20 14:15:28 -05:00 |
|
Chen Li
|
aec1c5259a
|
Update continue the watch with resource_version
|
2017-10-26 19:45:17 -05:00 |
|
Chen Li
|
8f7b490086
|
Add flag to enable keep the watch action working all the time
Fixes issue: https://github.com/kubernetes-incubator/client-python/issues/124
|
2017-10-26 02:14:31 -05:00 |
|
Mehdy Bohlool
|
9213876f0b
|
Merge pull request #35 from mbohlool/master
Fix exec command parameter expansion
|
2017-10-18 16:17:33 -07:00 |
|
mbohlool
|
67a69d4656
|
Fix exec command parameter expansion
|
2017-10-11 17:17:09 -07:00 |
|
Mehdy Bohlool
|
a41c447152
|
Merge pull request #34 from kubernetes-client/b1
Change utility functions to use newly generated client
|
2017-10-09 17:09:17 -07:00 |
|
mbohlool
|
b7a9f4a07e
|
Change utility functions to new set_default Configuration model, preparing to use swagger-codegen HEAD
|
2017-10-09 16:44:49 -07:00 |
|
Mehdy Bohlool
|
31e13b1f28
|
Merge pull request #33 from mbohlool/websocket
Add Websocket streaming support to base
|
2017-09-22 11:23:19 -07:00 |
|
mbohlool
|
86361f078d
|
Add Websocket streaming support to base
|
2017-09-20 11:22:04 -07:00 |
|
Mehdy Bohlool
|
84d1284c9a
|
Merge pull request #29 from pokoli/pool_maxsize
Use a higher value for connecion_pool_maxsize.
|
2017-08-23 01:22:11 -07:00 |
|
Sergi Almacellas Abellana
|
c38bc4d53a
|
Use a higher value for connecion_pool_maxsize.
Fixes #26
|
2017-08-23 09:15:54 +02:00 |
|
Mehdy Bohlool
|
4127e1afa9
|
Merge pull request #28 from tomplus/reset_stop
fix: reset _stop when new stream is called
|
2017-08-20 20:32:38 -07:00 |
|
Tomasz Prus
|
c656764766
|
fix: reset _stop when new stream is called
|
2017-08-21 00:50:32 +02:00 |
|
Mehdy Bohlool
|
168c5e761f
|
Merge pull request #15 from pokoli/proxy
Add http_proxy configuration with unittest
|
2017-07-25 12:54:59 -07:00 |
|
mbohlool
|
10d7016cb6
|
Use ConfigurationObject
|
2017-07-25 12:46:36 -07:00 |
|
Sergi Almacellas Abellana
|
a161197020
|
Add unitest for restclient PoolManager and http proxy
|
2017-07-25 14:49:15 +02:00 |
|
mbohlool
|
0fc7bbbefc
|
added configuration 'http_proxy' to allow the usage of a proxy
|
2017-07-25 14:49:15 +02:00 |
|
Mehdy Bohlool
|
ab3fc54467
|
Merge pull request #22 from mbohlool/gce_config
Add proper GCP config loader and refresher
|
2017-07-25 03:25:47 -07:00 |
|
mbohlool
|
824c03c7ee
|
Add proper GCP config loader and refresher
|
2017-07-25 03:17:32 -07:00 |
|
Mehdy Bohlool
|
00d2417a92
|
Merge pull request #24 from kubernetes-client/mbohlool-patch-1
Update README.md
|
2017-07-24 02:32:12 -07:00 |
|
Mehdy Bohlool
|
0ffb719637
|
Update README.md
|
2017-07-23 02:56:17 -07:00 |
|
Mehdy Bohlool
|
1110248545
|
Merge pull request #20 from jraby/add_ws_streaming_protocol
Add ws_streaming_protocol and use v4 by default
|
2017-07-19 04:47:53 -07:00 |
|
Jean Raby
|
a2ae2135ea
|
Add ws_streaming_protocol and use v4 by default
To be sent in the Sec-WebSocket-Protocol http header by the ws_client.
|
2017-07-18 17:03:24 -04:00 |
|
Mehdy Bohlool
|
7f9231e9d0
|
Merge pull request #19 from yuvipanda/kubeconfig
Respect the KUBECONFIG environment variable if set
|
2017-07-13 18:50:47 -07:00 |
|
yuvipanda
|
ee4f01c6ff
|
Respect the KUBECONFIG environment variable if set
|
2017-07-13 18:18:31 -07:00 |
|
Yuvi Panda
|
d301e200fb
|
Allow setting maxsize for PoolManager (#18)
* Allow setting maxsize for PoolManager
* Only customize maxsize if config is explicitly not set to None
|
2017-07-08 22:28:10 -07:00 |
|
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 |
|
Mehdy Bohlool
|
4318bc68c1
|
Merge pull request #17 from mbohlool/travis_fix
Fix travis CI failure
|
2017-07-06 17:28:35 -07:00 |
|
mbohlool
|
967b4bfb22
|
Fix travis CI failure
|
2017-07-06 16:52:45 -07:00 |
|
Mehdy Bohlool
|
feee797ca9
|
Merge pull request #9 from mbohlool/test
Add tox and travis support
|
2017-06-12 02:01:36 -07:00 |
|
Mehdy Bohlool
|
510db89cf7
|
Merge pull request #11 from mbohlool/doc
Update README file
|
2017-06-12 02:00:49 -07:00 |
|
mbohlool
|
b920b6b451
|
Update README file
|
2017-06-09 15:19:50 -07:00 |
|
mbohlool
|
bb49e2c433
|
Update pep8
|
2017-06-09 13:22:08 -07:00 |
|
mbohlool
|
b49c6e9b50
|
Ignore IDE files
|
2017-06-09 13:22:07 -07:00 |
|
mbohlool
|
43a88f8d34
|
Add tox and travis support
|
2017-06-09 13:22:07 -07:00 |
|
Mehdy Bohlool
|
8704ce39c2
|
Merge pull request #5 from pokoli/non_existing_user
Use no user when the especified user is not found in the users section
|
2017-06-07 11:13:26 -07:00 |
|
Sergi Almacellas Abellana
|
6f9322d212
|
Use no user when the especified user is not found in the users section
|
2017-06-07 11:22:05 +02:00 |
|
Mehdy Bohlool
|
350a5cba50
|
Merge pull request #4 from pokoli/config_with_no_users
Use no user when the users section is missing in kubeconfig
|
2017-06-05 08:50:03 -07:00 |
|
Sergi Almacellas Abellana
|
7adf7e280d
|
Use no user when the users section is missing in kubeconfig
Fixes kubernetes-incubator/client-python#236
|
2017-06-05 12:47:05 +02:00 |
|
Mehdy Bohlool
|
7c8e59b58d
|
Merge pull request #2 from mbohlool/loopfix
Remove loop symlinks
|
2017-05-19 16:47:43 -07:00 |
|
mbohlool
|
3b44c3b6a9
|
Remove loop symlinks
|
2017-05-19 16:46:39 -07:00 |
|
Mehdy Bohlool
|
bf62a92558
|
Merge pull request #1 from mbohlool/master
Copy over base folder of python-client
|
2017-05-12 11:10:03 -07:00 |
|
mbohlool
|
ecb8afa69f
|
Copy over base folder of python-client
|
2017-05-12 11:08:29 -07:00 |
|
Mehdy Bohlool
|
e92eb2d8b0
|
Update README.md
|
2017-04-19 16:13:03 -07:00 |
|
Mehdy Bohlool
|
1cc7995e83
|
Initial commit
|
2017-04-19 16:12:18 -07:00 |
|