Commit Graph

1899 Commits

Author SHA1 Message Date
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
Mehdy Bohlool
6b555de1c7 Merge pull request #305 from mbohlool/gce_config
Update base submodule
2017-07-25 13:14:35 -07:00
mbohlool
dabdec6967 Update Changelog for 3.0.0b1 release 2017-07-25 13:03:18 -07:00
mbohlool
d518be4ad3 Update base submodule 2017-07-25 13:03:18 -07: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
023fcf5eb6 Merge pull request #302 from mbohlool/gce_config
Add requests requirement for gce config refresher
2017-07-21 17:36:33 -07:00
mbohlool
e447a955a0 Add requests requirement for gce config refresher 2017-07-21 14:50:54 -07:00