Kubernetes Prow Robot
02ef5be4ec
Merge pull request #995 from roycaihw/11.0.0-snapshot
...
Generate 11.0.0-snapshot client
2019-11-15 10:50:32 -08:00
Haowei Cai
b3164930dd
turn on warning filter to print deprecation warning by default
2019-11-12 12:51:22 -08:00
Haowei Cai
9d29ac1ded
use new module name in example
2019-11-11 12:05:27 -08:00
Haowei Cai
64beb03480
update CHANGELOG for master branch changes
2019-11-11 12:02:41 -08:00
Haowei Cai
9959273625
hotfix for patching custom objects issue#866
2019-11-11 12:02:41 -08:00
Haowei Cai
dee078639b
Add alias package kubernetes.client.apis with deprecation warning
2019-11-11 12:02:41 -08:00
Haowei Cai
5cddbde0bf
generated client change for 11.0.0-snapshot
2019-11-11 12:02:41 -08:00
Haowei Cai
6c015d1f9d
update version constants for master branch
2019-11-11 12:02:38 -08:00
Haowei Cai
778b25d87f
update base submodule, update CHANGELOG and include CHANGELOG from 11.0.0a1
2019-11-11 12:02:38 -08:00
Kubernetes Prow Robot
3739db034d
Merge pull request #865 from ymalen/patch-1
...
Update README.md
2019-10-31 18:08:53 -07:00
Kubernetes Prow Robot
3aea166b7a
Merge pull request #981 from fooka03/master
...
Merge azure refresh fix from python-base
2019-10-31 18:04:54 -07:00
Yacov Malen
be0a752240
Merge branch 'master' into patch-1
2019-10-23 11:10:48 +03:00
Yacov Malen
d89c7f6a5f
Update README.md
2019-10-23 11:06:53 +03:00
Kubernetes Prow Robot
ca4f31198e
Merge pull request #970 from Jamim/feature/python3.8-tests
...
Enable testing for Python 3.8
2019-10-16 15:18:40 -07:00
Aliaksei Urbanski
4d858922f1
Enable testing for Python 3.8
...
Python 3.8 is there, so I believe that it would be nice
to declare support and add tests for it on CI.
Python 3.8.0 release announcement:
https://discuss.python.org/t/python-3-8-0-is-now-available/2478
2019-10-16 23:50:01 +03:00
Kubernetes Prow Robot
9c205e6147
Merge pull request #978 from palnabarun/coverage-pytest-port
...
Port coverage report generation to pytest
2019-10-16 09:45:31 -07:00
Nabarun Pal
064b80e0cd
Moves coverage report generation to pytest from nosetests
...
Adds pytest-cov to requirements
2019-10-16 15:24:10 +05:30
Nigel Foucha
f1339b864d
Merge azure refresh fix from python-base
2019-10-09 13:18:10 -04:00
Kubernetes Prow Robot
2dfb303553
Merge pull request #975 from micw523/patch-1
...
Update py.test to pytest
2019-10-08 17:55:50 -07:00
Xianglong Wang
fa12fea2e4
Change py.test to pytest
2019-10-08 14:42:55 -05:00
Kubernetes Prow Robot
2b3fe30d24
Merge pull request #969 from goddenrich/support-false-and-missing-fields-config
...
support false values and missing fields in configs
2019-09-25 10:22:02 -07:00
Richard Godden
67bac5d22b
support false values and missing fields in configs
2019-09-25 10:53:41 +01:00
Kubernetes Prow Robot
c31028949e
Merge pull request #966 from micw523/testfix116
...
Address API Changes Introduced in k8s v1.16
2019-09-24 14:35:58 -07:00
micw523
fd9de42bab
Fix deprecations introduced in v1.16
2019-09-24 16:30:10 -04:00
Kubernetes Prow Robot
a05c3315f0
Merge pull request #956 from oz123/get_exit_code
...
Test getting the returncode of execution in a pod
2019-09-20 13:39:25 -07:00
Oz Tiram
752373b1f9
Test getting the returncode of execution in a pod
...
This tests demonstrate how to execute a command in a pod and
what behavior is expected. As discussed in the commit
bf367ed6ddc63369f76df0a07b248a6711328605 in python-base this
behavior would be familiar to Python users, as `subprocess.Popen`
has the same property.
2019-09-19 10:03:43 +02:00
Haowei Cai (Roy)
f4634711ec
Dummy change to trigger readthedocs build
...
trigger the build in https://readthedocs.org/projects/kubernetes/builds/ through the webhook integration
2019-09-17 17:06:02 -07:00
Kubernetes Prow Robot
ceaf188498
Merge pull request #938 from scottilee/examples
...
#884 : Cleanup examples folder
2019-09-13 17:14:40 -07:00
Scott Lee
2958cf0195
Address PR comments
2019-09-13 16:16:54 -07:00
Scott Lee
04c499c395
884: Cleanup examples folder
2019-09-12 22:46:07 -07:00
Kubernetes Prow Robot
a5cb3d7889
Merge pull request #855 from juliantaylor/parse-quantity
...
add function to parse canonical quantities (e.g. resources)
2019-08-26 13:06:38 -07:00
Julian Taylor
8b385a87dc
add function to parse canonical quantities (e.g. resources)
...
This utility function is useful to parse values like the 200m or 300Gi
memory and cpu resources stored in kubernetes manifests.
It uses Decimal as output format as it usually represents typical input
values more accurately and reduces rounding errors.
2019-08-26 21:49:58 +02:00
Kubernetes Prow Robot
08fefc3a6e
Merge pull request #924 from oz123/update-support-matrix
...
Update support matrix
2019-08-21 15:44:33 -07:00
Kubernetes Prow Robot
91c080d390
Merge pull request #933 from ratanboddu/ingress-example
...
Added Ingress Example
2019-08-17 21:20:05 -07:00
Ratan Boddu
60f0ba99f0
Suggested changes
2019-08-17 02:58:22 +05:30
Ratan Boddu
a796e1e3f3
Added Ingress Example
2019-08-15 15:52:12 +05:30
Oz N Tiram
2e3b50e08e
Update examples ( #922 )
...
* Consolidate both examples for create deployments
* Update deployment_examples.py: use V1Deployment
* Update sphinx documentation with deployment examples
2019-08-13 13:57:43 -07:00
Kubernetes Prow Robot
40a03984d8
Merge pull request #929 from micw523/patch-7
...
Restore latest release of minikube
2019-08-13 12:35:43 -07:00
Scott Lee
9dbbc6959a
Add issue templates ( #916 )
...
* Add issue templates
* Include feedback fixes
* Fix wording
2019-08-13 12:31:42 -07:00
micw523
ab8b903488
Restore latest release of minikube
2019-08-13 14:08:49 -04:00
Oz Tiram
c630528065
Remove old client versions (>v1.9) from support matrix
...
* Add updating of support matrix to REALEASE.md
This will help future maintainers and prevent the table
from becoming huge again.
2019-08-09 13:46:42 +02:00
Kubernetes Prow Robot
b51037f02b
Merge pull request #918 from roycaihw/minikube-1.15.1
...
Temporary pin minikube to 1.2.0 due to regression in 1.3.0
2019-08-08 16:49:25 -07:00
Haowei Cai
d300fd7809
use minikube 1.2.0
2019-08-08 13:33:56 -07:00
Haowei Cai (Roy)
b403562b94
CHANGELOG for removing use of alpha initializers
2019-08-06 18:48:15 -07:00
Kubernetes Prow Robot
1d51d5ab57
Merge pull request #915 from scottilee/owners
...
Move inactive members to emeritus
2019-08-05 11:17:51 -07:00
Scott Lee
959c863051
Move inactive members to emeritus
2019-08-02 16:24:00 -07:00
Kubernetes Prow Robot
c1842a3e53
Merge pull request #893 from oz123/docs_update
...
Docs update
2019-08-02 14:47:56 -07:00
Kubernetes Prow Robot
b723cc0a96
Merge pull request #786 from haiker2011/master
...
feat: add Job examples
2019-08-02 13:05:52 -07:00
Kubernetes Prow Robot
14a63f81a7
Merge pull request #911 from goddenrich/parse-microseconds-submodule
...
update submodule to include parsing microseconds
2019-08-02 13:03:54 -07:00
Richard Godden
3f8d583ee0
update submodule to include parsing microseconds
2019-08-01 22:16:00 +01:00