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
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
Mehdy Bohlool
bca588fbb3
Merge pull request #299 from mccullya/master
...
Amendment to PR 270 (issue #262 )
2017-07-20 10:17:16 -07:00
BoySherman
065335bc65
Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used
2017-07-20 09:22:53 +01:00
BoySherman
c4aac96342
Restricting the websocket-client to <=0.40, present PR allows for 0.44 which has again become broken
2017-07-19 13:15:22 +01:00
Mehdy Bohlool
e6e7b710d0
Merge pull request #293 from yuvipanda/update-maxsize
...
Submodule bump for kubernetes-client/python-base#18
2017-07-09 15:46:04 -07:00
Mehdy Bohlool
fc85c6aaaa
Merge pull request #292 from mbohlool/jupyter
...
Add a little more detail to jupyter getting start with minikube
2017-07-09 09:38:17 -07:00
yuvipanda
1d2369e15d
Submodule bump for kubernetes-client/python-base#18
2017-07-09 00:31:31 -07:00
mbohlool
cd5d5e2d8c
Add a little more detail to jupyter getting start with minikube
2017-07-08 23:34:22 -07:00
Mehdy Bohlool
3de4c355e9
Update release.md
2017-07-07 14:40:34 -07:00
Mehdy Bohlool
e95cac4235
Update release.md
2017-07-07 14:35:10 -07:00
Mehdy Bohlool
f6d80b06cf
Merge pull request #287 from dims/use-latest-localkube
...
Test with latest localkube version
2017-07-07 11:35:01 -07:00
Davanum Srinivas
ebb23b7ca1
Test with latest localkube version
...
Oops! we are using a really old version, let's switch over to v1.7.0
2017-07-07 13:41:12 -04:00
Mehdy Bohlool
917ec63d51
Support both TPR and CRD with custom objects spec ( #283 )
...
* Add ability to use local gen repo for testing
* Update generated client
2017-07-07 10:26:25 -07:00
Spyros Trigazis
afe706d63a
Remove oauth2client requirement ( #286 )
...
In #278 google-auth was added in requirements and in [1]
python-base stopped using it.
Remove oauth2client requirement and update submodule commit.
[1] https://github.com/kubernetes-client/python-base/pull/16
Related-Issue: #275
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-07 10:26:06 -07:00
Mehdy Bohlool
2fac3c71bf
Merge pull request #250 from djkonro/create_service
...
Add notebook on how to create a Service
2017-07-07 10:25:19 -07:00
Mehdy Bohlool
9ba5378f96
Merge pull request #239 from djkonro/master
...
Update create_deployment notebook
2017-07-07 10:25:07 -07:00
Mehdy Bohlool
1471c6d455
Merge pull request #261 from djkonro/remove_output
...
Remove code execution output from create_pod notebook
2017-07-07 10:24:45 -07:00
Mehdy Bohlool
8b988ba8f9
Merge pull request #272 from djkonro/intro_notebook
...
Add introductory notebook
2017-07-07 10:24:05 -07:00
Mehdy Bohlool
a73407a6a3
Merge pull request #285 from kubernetes-incubator/mbohlool-patch-2
...
Update CHANGELOG.md
2017-07-07 09:27:29 -07:00
Mehdy Bohlool
70bbe4ce25
Update CHANGELOG.md
2017-07-06 18:39:38 -07:00
Davanum Srinivas
7fd6d559b8
Use py.test instead of nosetests for better problem reporting ( #282 )
...
nosetests output is not very useful for diagnosing issues when
running in travis. Let us switch to py.test
2017-07-06 18:27:30 -07:00
djkonro
0a4af95e3c
Add notebook on how to create a Service
2017-07-06 21:51:48 +01:00
djkonro
7b559b9c1c
Remove code execution output from create_pod notebook
2017-07-06 21:50:12 +01:00
djkonro
7d98dccb66
Update create_deployment notebook
2017-07-06 21:48:54 +01:00
djkonro
e87c3bb9d5
Add introductory notebook
...
This notebook shows how to manage kubernetes objects using
common resource operations with the python client
2017-07-06 21:46:28 +01:00
Mehdy Bohlool
bd4b72ebb0
Merge pull request #278 from strigazi/google-auth
...
Add google-auth dependency to be able to use it in python-base repo.
2017-07-06 10:22:12 -07:00
Mehdy Bohlool
820366c791
Merge pull request #284 from mbohlool/use_gen_repo
...
Use kubernetes-client/gen generators to generate python client
2017-07-06 10:14:07 -07:00
Spyros Trigazis
ae7f2bc9dc
Use oauth2 from google-auth
...
oauth2client is deprecated [1], use google-auth.
When kubernetes-client/base-python is updated to not use
oauth2client, remove oauth2client.
[1] https://github.com/google/oauth2client/releases (see Note)
Closes : #275
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
2017-07-06 18:31:15 +02:00
mbohlool
d2d49146e5
Use kubernetes-client/gen generators to generate python client
2017-07-06 06:03:29 -07:00
Mehdy Bohlool
3595278fec
Merge pull request #268 from flavio/manage-node-labels-example
...
Add example about node label management
2017-07-05 15:43:06 -07:00
Flavio Castelli
0a4b52a0aa
Add example about node label management
...
Show how to add/remove/change node labels.
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
2017-07-05 12:51:21 +02:00
Mehdy Bohlool
5e268fb0b6
Merge pull request #273 from mbohlool/update_client
...
Update master to follow kubernetes 1.7 branch
2017-06-30 14:42:50 -07:00
mbohlool
5900a4c8c5
Fix Travis CI failure
2017-06-30 14:15:10 -07:00
mbohlool
ef558a5ce4
Update generated client
2017-06-29 01:34:59 -07:00
mbohlool
21e071a5da
Master to follow kubernetes 1.7 branch
2017-06-29 01:32:19 -07:00
Mehdy Bohlool
7650c9a600
Merge pull request #267 from blackwoodseven/master
...
Swap order of parameters 'name' and 'namespace' for TPRs
2017-06-24 23:38:21 -07:00
Ebbe Elsborg
b0bc0beac4
Generate client with 'name' and 'namespace' swapped for TPRs
2017-06-23 09:17:58 +02:00
Ebbe Elsborg
02283ea5d1
Swap parameters 'name' and 'namespace' for TPRs
...
This is to align with the standard API.
Note: This is a breaking change.
2017-06-23 09:16:03 +02:00
Mehdy Bohlool
04f059aba2
Merge pull request #265 from blackwoodseven/master
...
Parametrize resource path with version part of apiVersion
2017-06-22 10:56:19 -07:00
Ebbe Elsborg
1849b1fe56
Generate client with 'version' parameter
2017-06-21 13:42:34 +02:00
Ebbe Elsborg
69bce1aeb2
Parametrize resource path with 'version' parameter
...
Add parameter 'name' to update operation
2017-06-21 13:42:34 +02:00
Ebbe Elsborg
2e67319b97
Run update-client.sh
2017-06-21 13:42:34 +02:00