Daniel Smith
da34e81c2d
Merge branch 'master' into yliao-patch
2017-11-17 21:20:13 -08:00
Yu Liao
e5ea1cf223
api change V1PersistentVolumeSpec to V1ScaleIOPersistentVolumeSource
2017-11-17 17:19:45 -08:00
Daniel Smith
90415d0ca9
Merge pull request #396 from kubernetes-incubator/yliaog-patch-1
...
Update CHANGELOG.md
2017-11-17 14:40:34 -08:00
Yu Liao
225345a558
Update CHANGELOG.md
2017-11-17 14:06:23 -08:00
Mehdy Bohlool
421f1249f7
Merge pull request #383 from kubernetes-incubator/mbohlool-patch-2
...
Update CHANGELOG.md
2017-11-07 13:49:21 -08:00
Mehdy Bohlool
5bb81dd800
Update CHANGELOG.md
2017-11-07 13:47:51 -08:00
Mehdy Bohlool
4ee5ec1932
Merge pull request #377 from spiffxp/assignees-to-approvers
...
Rename OWNERS assignees: to approvers:
2017-11-03 10:51:34 -07:00
Aaron Crickenberger
60e0b6146e
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-10-31 17:37:08 -07:00
Mehdy Bohlool
e382e0db2a
Merge pull request #371 from dims/patch-1
...
Update CHANGELOG.md
2017-10-24 13:28:57 -07:00
Davanum Srinivas
23f400f72b
Update CHANGELOG.md
...
Add info about https://github.com/kubernetes-incubator/client-python/pull/369
2017-10-19 14:03:11 -04:00
Mehdy Bohlool
de1d763697
Merge pull request #369 from dims/add-file-to-dist-tgz
...
Add files in root directory to dist
2017-10-19 10:51:34 -07:00
Davanum Srinivas
480723fe2d
Add files in root directory to dist
...
By adding a MANIFEST.in, we can list the files we need to include
into the tgz when we run "python setup.py sdist". With this change
you should see the following files in the tgz file.
LICENSE
MANIFEST.in
OWNERS
PKG-INFO
README.md
RELEASE.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
2017-10-18 18:43:25 -04:00
Mehdy Bohlool
8665a7621c
Merge pull request #345 from DjangoPeng/master
...
add examples of deployment object
2017-10-18 13:16:40 -07:00
Mehdy Bohlool
640c2aad29
Merge pull request #367 from mbohlool/master
...
Update documents for 4.0.0a release
2017-10-17 09:19:35 -07:00
mbohlool
ca71ff7b2c
Update documents for 4.0.0a release
2017-10-17 09:16:31 -07:00
Mehdy Bohlool
c7152b3b2d
Merge pull request #366 from mbohlool/b2
...
Change IntOrString field types from string to object
2017-10-17 09:07:32 -07:00
mbohlool
c826f7b6e7
update CHANGELOG, adding a release note
2017-10-17 08:16:33 -07:00
mbohlool
7c1819373f
Change IntOrString field types from string to object
2017-10-17 07:52:35 -07:00
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
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
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
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
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