Commit Graph

1810 Commits

Author SHA1 Message Date
haiker2011
9d12fe40f2 Add Job examples 2019-03-19 15:44:35 +08:00
micw523
c0f71c3ba6 Add list / multi resource support 2019-03-19 00:36:32 -05:00
Kubernetes Prow Robot
5c03b3b237
Merge pull request #94 from tomplus/feat/merge-kubeconfigs
feat: merging kubeconfig files
2019-03-18 10:22:31 -07:00
Tomasz Prus
328b2d1245 feat: merging kubeconfig files 2019-03-15 23:42:43 +01:00
Kubernetes Prow Robot
374233d05c
Merge pull request #779 from chowmean/proxy-header-option
Adding proxy headers options for configurations.
2019-03-15 15:26:57 -07:00
chowmean
8c9494ecf9 adding proxy headers settings for proxy_manager 2019-03-16 00:20:12 +05:30
Kubernetes Prow Robot
c4de8bdf40
Merge pull request #93 from mitar/watch_and_logs
Making watch work with read_namespaced_pod_log
2019-03-14 15:33:31 -07:00
Mitar
972a76a83d Don't use break inside finally.
It swallows exceptions.
2019-02-20 23:56:38 -08:00
Kubernetes Prow Robot
fcda6fe96b
Merge pull request #766 from Sai-Adarsh/master
Fixes Setup.py error on Windows #676
2019-02-20 13:45:37 -08:00
sai-adarsh
22db50ec7e Initial Commit
Initial Commit
2019-02-21 01:12:15 +05:30
Mitar
ad06e5c923 Added tests. 2019-02-18 16:43:50 -08:00
Ben Picolo
4750aa9d36 Add additional checks + test case fixes 2019-02-18 15:24:38 -05:00
Kubernetes Prow Robot
e077f886ed
Merge pull request #114 from rlenferink/patch-owners
Updated OWNERS to include link to docs
2019-02-17 10:22:41 -08:00
Mitar
8e6f0435a3 Making watch work with read_namespaced_pod_log.
Fixes https://github.com/kubernetes-client/python/issues/199.
2019-02-11 23:10:33 -08:00
Kubernetes Prow Robot
d2ac885c33
Merge pull request #116 from micw523/one-line-link
Restore one-line link
2019-02-11 15:22:18 -08:00
micw523
0229f0adb2
Restore one-line link 2019-02-11 17:11:37 -06:00
Haowei Cai (Roy)
2c02595fa4
Merge pull request #668 from iamneha/adal
Fix: Make dependancy adal optional
2019-02-07 14:29:52 -08:00
Neha Yadav
3d125557c5 Make dependancy adal optional 2019-02-08 03:23:29 +05:30
Kubernetes Prow Robot
f30d840d3b
Merge pull request #115 from iamneha/pycodestylw
Update pycodestyle
2019-02-07 13:35:20 -08:00
Neha Yadav
0fc0d404ac Update pycodestyle 2019-02-08 02:46:07 +05:30
Kubernetes Prow Robot
67d30a03fb
Merge pull request #748 from roycaihw/base-update
Update base module and regenerate client for 9.0.0b1
2019-02-07 11:11:29 -08:00
Haowei Cai
e35611ca62 remove patch backup 2019-02-06 17:20:12 -08:00
Kubernetes Prow Robot
7486e196b6
Merge pull request #746 from rlenferink/patch-owners
Updated OWNERS file to include link to docs
2019-02-06 15:53:38 -08:00
Haowei Cai
0ebe1663c0 Update changelog 2019-02-06 15:21:18 -08:00
Haowei Cai
1496a21b5e generated client change for 9.0.0b1 release 2019-02-06 15:20:25 -08:00
Haowei Cai
af3f77fed9 update python-base submodule 2019-02-06 15:09:47 -08:00
Roy Lenferink
bbe14e8a57 Updated OWNERS file to include link to docs 2019-02-04 19:03:05 +01:00
Roy Lenferink
4d387d5879 Updated OWNERS to include link to docs 2019-02-04 19:01:16 +01:00
Kubernetes Prow Robot
2d69e89dab
Merge pull request #109 from juliantaylor/fix-watch-reset
fix watching with a specified resource version
2019-01-23 13:10:58 -08:00
Julian Taylor
3c30a30993 fix watching with a specified resource version
The watch code reset the version to the last found in the
response.
When you first list existing objects and then start watching from that
resource version the existing versions are older than the version you
wanted and the watch starts from the wrong version after the first
restart.
This leads to for example already deleted objects ending in the stream
again.

Fix this by setting the minimum resource version to reset from to the
input resource version. As long as k8s returns all objects in order in
the watch this should work.
We cannot use the integer value of the resource version to order it as
one should be treat the value as opaque.

Closes https://github.com/kubernetes-client/python/issues/700
2019-01-23 19:38:44 +01:00
Kubernetes Prow Robot
8497dfb537
Merge pull request #107 from iamneha/verify-scripts
Verify-boilerplate script
2019-01-22 18:49:26 -08:00
Kubernetes Prow Robot
260f855a0b
Merge pull request #108 from iamneha/make-adal-optional
Make dependancy adal optional
2019-01-22 18:12:14 -08:00
Tomasz Prus
ce188d5f0e feat: remove dependency on mvn from updating script 2019-01-21 01:17:05 +01:00
Kubernetes Prow Robot
ed18ea8d70
Merge pull request #724 from xvello/xvello/safe-yaml
Update python-base ref to include yaml security fix
2019-01-14 11:58:46 -08:00
Kubernetes Prow Robot
430544b615
Merge pull request #719 from ramnes/use-safe-load
Use yaml.safe_load
2019-01-09 09:36:49 -08:00
Xavier Vello
fb73617f61 Update python-base ref to include yaml security fix 2019-01-09 11:27:33 +01:00
ramnes
3240b45c46 Use yaml.safe_load
See #718 for rationale.
2019-01-09 10:10:48 +01:00
Kubernetes Prow Robot
bd9a8525e9
Merge pull request #111 from xvello/xvello/safe_load
Use yaml.safe_load and yaml.safe_dump
2019-01-08 13:00:17 -08:00
Xavier Vello
13ff5184ac linting 2019-01-08 10:50:01 +01:00
Xavier Vello
ebb49d02ed Use safe_load and safe_dump for all yaml calls 2019-01-07 18:19:57 +01:00
Kubernetes Prow Robot
30c3522f3b
Merge pull request #698 from roycaihw/release-9.0.0a1-preparation
Update master branch to 9.0.0-snapshot client
2018-12-27 09:50:38 -08:00
Haowei Cai
e7e077c965 Mention security fix in 9.0.0a1, 8.0.1 and 7.0.1 releases 2018-12-26 23:31:17 -08:00
Haowei Cai
b9d2679f4e Duplicate the DELETE param changelog in Breaking Change 2018-12-18 05:01:47 -08:00
Kubernetes Prow Robot
37d831a95e
Merge pull request #707 from mbohlool/security-fix
Potential security fix CVE-2018-20060
2018-12-16 18:14:42 -08:00
Mehdy Bohlool
4763374eef Potential security fix CVE-2018-20060 2018-12-17 10:19:33 +11:00
axelsteingrimsson
1637d56364 Add email scope to GCP provided credential refresh 2018-12-12 13:41:58 +01:00
Neha Yadav
375befb15c Make dependancy adal optional 2018-12-11 23:23:17 +05:30
Haowei Cai
2af8df8f44 Add 6.1.0 and 8.0.1 changelog 2018-12-07 18:18:24 -08:00
Haowei Cai
f65d60fb4b Update README and CHANGELOG for 9.0.0a1-preparation 2018-12-07 17:42:45 -08:00
Haowei Cai
cd411d2707 generated client change for 9.0.0-snapshot version constant update 2018-12-07 16:43:15 -08:00