Commit Graph

1762 Commits

Author SHA1 Message Date
Mehdy Bohlool
2c0bed9c4f Merge pull request #364 from kubernetes-incubator/mbohlool-patch-1
Fix badge links
2017-10-16 13:19:01 -07:00
Mehdy Bohlool
22e473e028 Fix badge links 2017-10-16 13:17:57 -07:00
DjangoPeng
695a05f6ba make examples work on latest master branch 2017-10-13 12:23:11 +08:00
DjangoPeng
8af0a10a63 Merge branch 'master' of https://github.com/kubernetes-incubator/client-python 2017-10-13 09:17:53 +08:00
DjangoPeng
24435a5b04 fix syntax error 2017-10-12 18:20:46 +08:00
mbohlool
67a69d4656 Fix exec command parameter expansion 2017-10-11 17:17:09 -07:00
Mehdy Bohlool
ce387b3b6b Merge pull request #357 from mbohlool/b1
Updte master to kubernetes 1.8
2017-10-11 15:03:49 -07:00
mbohlool
6b1a80c67f Updte master to kubernetes 1.8 2017-10-09 17:56:32 -07:00
Mehdy Bohlool
7e4b809036 Merge pull request #353 from mbohlool/b1
Use swagger-codegen HEAD to generate the client
2017-10-09 17:49:08 -07:00
mbohlool
19359213b5 Update CHANGELOGS and final touch ups 2017-10-09 17:32:19 -07:00
mbohlool
1d27f7e71b Fix end to end tests 2017-10-09 17:15:34 -07:00
mbohlool
789e37464b Fix (hack) rest client for patch 2017-10-09 17:15:34 -07:00
mbohlool
77a504e294 Fix exec example to use new configuration model 2017-10-09 17:15:34 -07:00
mbohlool
bc2aac4897 Update base to get fixes to utility functions because of using new generated client 2017-10-09 17:15:05 -07:00
mbohlool
4782543825 Remove config, apiClient, and restClient from ignore list of swagger-codegen and regenerate client using HEAD of the generator 2017-10-09 17:15:05 -07:00
mbohlool
63d667a45e Update generated client first 2017-10-09 17:15:04 -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
53e882c920 Merge pull request #356 from larsks/bug/355
make sure that kubernetes.stream module gets installed
2017-10-06 15:29:14 -07:00
Lars Kellogg-Stedman
ccf288c49a make sure that kubernetes.stream module gets installed
Previously, installing the client using `python setup.py install`
would fail to install the `kubernetes.stream` module, leading to
errors when trying to `import kubernetes`.

Closes #355
2017-10-06 17:06:10 -04:00
Mehdy Bohlool
dbb09089d3 Create code-of-conduct.md 2017-09-27 18:25:23 -07:00
DjangoPeng
6c7235db22 securely update deployment with patch_namespaced_deployment 2017-09-27 18:20:20 +08:00
DjangoPeng
c49db53c58 update for pep8 2017-09-27 06:46:35 +08:00
DjangoPeng
cc8e38b46e add examples of deployment object 2017-09-24 11:22:13 +08:00
Mehdy Bohlool
58a55d43ec Merge pull request #344 from mbohlool/stream
Use stream module to call exec/attach calls
2017-09-22 13:45:50 -07:00
mbohlool
27ba35aa81 Use stream module to call exec/attach calls 2017-09-22 11:42:59 -07:00
mbohlool
55ef46b6cf Update base to latest commit with stream module added 2017-09-22 11:42:59 -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
e2693c4dc2 Merge pull request #304 from djkonro/create_configmap
Add notebook on how to create a ConfigMap and use its data in Pods
2017-09-19 00:59:52 -07:00
Mehdy Bohlool
9f1f54e0f7 Merge branch 'master' into create_configmap 2017-09-19 00:59:27 -07:00
Damian Myerscough
cbe7ed5a02 Update requirements library for oidc auth (#331)
* Update requirements library for oidc auth

* Update requirements library for oidc auth
2017-08-30 03:21:53 -07:00
Mehdy Bohlool
6ed1f20f26 Merge pull request #281 from djkonro/watch
Add notebook on how to watch changes to an object
2017-08-28 16:06:54 -07:00
Mehdy Bohlool
5128cd883f Merge pull request #301 from djkonro/secret
Add notebook on how to create and use a Secret
2017-08-28 16:06:36 -07:00
djkonro
939e735a00 Add notebook on how to watch changes to an object 2017-08-26 22:09:09 +01: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
djkonro
f9b342b29b Add notebook on how to create a ConfigMap and use its data in Pods 2017-08-22 00:57:14 +01:00
djkonro
1cf9418935 Add notebook on how to create a Secret 2017-08-21 23:19:50 +01: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
01f6875ed4 Merge pull request #318 from brejoc/patch-1
Introducing __version__ variable
2017-08-16 02:01:30 -07:00
Jochen Breuer
3b66dde057 Changes from update-client.sh 2017-08-16 08:11:47 +02:00
Jochen Breuer
1054f10c6d Introducing __version__ and __project__ variables
Version information comes from scripts/constants.py and is hard-coded to
kubernetes/__init__py by scripts/update-client.sh.

__project__ is just hard-coded.

Fixes #317
2017-08-16 08:11:47 +02:00
Mehdy Bohlool
e2e422b72c Merge pull request #307 from mbohlool/update_gen
Release 3.0 - Update generated client and documentations
2017-08-10 17:52:58 -07:00
mbohlool
ed7a1f170c Update compatibility matrix 2017-08-10 17:42:40 -07:00
mbohlool
49598cd276 update changelog 2017-08-10 17:36:27 -07:00
mbohlool
b4f852a9d9 update generated client to get https://github.com/kubernetes/kubernetes/pull/49357 2017-08-10 17:33:39 -07:00
Mehdy Bohlool
f9a019698e Merge pull request #298 from jraby/v4_stream_proto
Set Sec-WebSocket-Protocol header from cfg param
2017-07-28 11:22:34 -07:00
Jean Raby
c3d3ea82d2 Support for v4 stream protocol
- Set Sec-WebSocket-Protocol header from cfg param
- Add ERROR and RESIZE websocket channels
  As defined in pkg/kubelet/server/remotecommand/websocket.go
- Adjust tests to show v4 behavior wtr to status message
- Tweak read_all() to return only data from stdout and stderr.
2017-07-26 15:31:25 -04:00