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
4c1ab55553
Merge pull request #155 from oz123/remove-shebangs
...
Remove all shebangs from Python modules and checker
2019-08-29 13:06:58 -07:00
AyliD
34f3d05c84
Update ws_client.py to support proxy
2019-08-29 07:46:40 +03:00
Oz N Tiram
c941d74b37
Remove all shebangs from Python modules and checker
...
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.
Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02: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
Sergei Maertens
382707436f
Refs. #151 -- detect binary payloads and send the correct opcode
...
On Python 2, strings are bytestrings either way. On Python 3, the
result of `chr(channel)` is `str`, while the data itself is
`bytes`. The channel prefix needs to be turned into a binary type,
and the websocket frame needs the correct opcode (binary vs. text).
See #151 for the bug report and related issues.
2019-08-14 11:29:03 +02:00
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
Kubernetes Prow Robot
4b8e89f95d
Merge pull request #56 from fabianvf/dynamic-client
...
Dynamic Client
2019-08-12 11:01:13 -07:00
Fabian von Feilitzsch
53c4cb23a3
Add boilerplate
2019-08-09 21:38:40 -04:00
Fabian von Feilitzsch
5b21d65aae
Add tests for dynamic client
2019-08-09 21:38:40 -04:00
Fabian von Feilitzsch
461a3bf7ce
Add dynamic client
2019-08-09 21:38:26 -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
Kubernetes Prow Robot
ec31e05c90
Merge pull request #150 from goddenrich/fix-miliseconds-rfc3339-re
...
corrected regex to properly parse microseconds
2019-08-01 13:58:15 -07:00
Richard Godden
ca007f3672
parse microseconds
2019-08-01 21:49:32 +01:00
Oz Tiram
3b84216652
Mulitple docs fixes
...
* Document how to build the doumentation with sphinx
For convinience, I added a Makefile which spares one to memorize the
long sphinx command, or type python setup.py build_sphinx
You simply use `make html` and you will get the docs.
* Render README with markdown properly
conf.py includes some code to work around a bug in
common mark. The markdown is now properly converted to HTML.
* Fix rendering of CONTRIBUTING.md
2019-07-31 18:13:57 +02:00
Kubernetes Prow Robot
41971cc6ea
Merge pull request #888 from micw523/update-nginx
...
Deprecate extensions/v1beta1 deployment
2019-07-30 15:15:53 -07:00
Kubernetes Prow Robot
c98d761127
Merge pull request #907 from micw523/patch-5
...
Add micw523 to reviewers
2019-07-30 15:07:51 -07:00
micw523
c558b127bf
Add micw523 to reviewers
2019-07-30 17:56:27 -04:00
Kubernetes Prow Robot
4f7bcfaa91
Merge pull request #148 from micw523/patch-1
...
Remove sudo for Travis CI
2019-07-30 14:35:52 -07:00
micw523
e1f0bed5c0
Remove sudo for Travis CI
2019-07-30 17:11:45 -04:00
Kubernetes Prow Robot
6c0846c85b
Merge pull request #896 from cclauss/patch-1
...
Travis CI: The sudo: tag is now fully deprecated in Travis
2019-07-30 11:14:07 -07:00
Kubernetes Prow Robot
5a53aea3a7
Merge pull request #848 from tomplus/fix/example-crd
...
add example of using custom resources
2019-07-26 13:15:59 -07:00
Tomasz Prus
6709b753b4
add example of using custom resources
2019-07-26 22:04:33 +02:00
Kubernetes Prow Robot
734e25558f
Merge pull request #897 from micw523/patch-3
...
Update urllib3 for CVE-2019-11324
2019-07-26 10:00:01 -07:00
micw523
f3e3170dd9
Update urllib3 for CVE-2019-11324
2019-07-25 20:06:52 -04:00
Kubernetes Prow Robot
659f463dc4
Merge pull request #894 from oz123/drop_py_3.4_from_setup
...
Python 3.4 is no longer supported
2019-07-25 11:46:45 -07:00
Kubernetes Prow Robot
8845beee0a
Merge pull request #846 from hajowieland/master
...
Enhancements for example3.py and example4.py
2019-07-25 11:40:09 -07:00
Christian Clauss
eace0bd3fe
Travis CI: The sudo: tag is now fully deprecated in Travis
2019-07-25 15:19:35 +02:00
Oz N Tiram
671bf7dc68
Python 3.4 is no longer supported
...
This update the setup metadata to indicate this
2019-07-25 07:38:02 +02:00
Kubernetes Prow Robot
06c26300bc
Merge pull request #145 from fabianvf/docutils-py3
...
Generate docs in python3
2019-07-24 10:44:15 -07:00
Fabian von Feilitzsch
7d98f28b68
Generate docs in python3
2019-07-24 13:22:06 -04:00
Xianglong Wang
dd72deaec2
Deprecate extensions/v1beta1 deployment
2019-07-23 21:28:04 -04:00