mbohlool
967b4bfb22
Fix travis CI failure
2017-07-06 16:52:45 -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
Mehdy Bohlool
4eac56a8b6
Merge pull request #259 from codevulture/travis_check
...
Travis Fix for E2E tests
2017-06-21 01:31:03 -07:00
codevulture
97ee0d804f
Travis Fix for E2E tests
2017-06-21 13:34:04 +05:30
Mehdy Bohlool
7f5bba3190
Merge pull request #260 from avinassh/in-cluster-example
...
Add an in cluster config example
2017-06-21 00:26:37 -07:00
avi
f62cff9826
Add copyright header
2017-06-21 12:03:05 +05:30
avi
987cda1c71
Add an in cluster config example
2017-06-19 13:55:38 +05:30
Mehdy Bohlool
5521d8475c
Merge pull request #247 from pokoli/websocket_url
...
Use urlparse to generate websocket url
2017-06-15 01:41:45 -07:00
Sergi Almacellas Abellana
9cd0b3dc9a
Use urlparse to generate websocket url
...
Fixes #246
2017-06-15 09:30:37 +02:00
Mehdy Bohlool
e245dbbd32
Merge pull request #245 from mbohlool/doc
...
Add basic submodules documentation
2017-06-12 02:26:25 -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
0836b85407
Add submodules document to /devel folder
2017-06-09 13:53:55 -07:00
Mehdy Bohlool
b2a204cb71
Merge pull request #249 from pokoli/submodules_update
...
Update submodule to include user config fixes
2017-06-09 13:27:42 -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
Sergi Almacellas Abellana
cf2e8408f5
Update submodule to user config fixes
...
Closes #236
2017-06-09 10:15:29 +02:00
Mehdy Bohlool
93f3f94676
Merge pull request #244 from pokoli/py36
...
Add support for python3.6
2017-06-08 13:31:33 -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
Sergi Almacellas Abellana
20fa5b4ded
Add support for python3.6
2017-06-07 10:30:51 +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
ff94d26a2b
Merge pull request #238 from pokoli/sync_requirements
...
Read setup.py dependencies from requeriments.txt
2017-06-05 02:26:11 -07:00
Sergi Almacellas Abellana
e2d3f6d096
Add tests requires on setup.py
2017-06-02 10:07:26 +02:00
Sergi Almacellas Abellana
a6870afa60
Read setup.py dependencies from requeriments.txt
...
Fixes #136
2017-06-02 10:02:04 +02:00
Mehdy Bohlool
10362685ea
Merge pull request #230 from mbohlool/tpr_fix
...
Fix TPRs security issue
2017-05-25 10:05:33 -07:00
mbohlool
8a3b2bae14
Update generated client for TPR fix
2017-05-21 22:58:45 -07:00