dependabot[bot]
f72d2a50e0
Bump actions/setup-python from v1 to v2.1.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 04:35:01 +00:00
Kubernetes Prow Robot
f2b03567b4
Merge pull request #1259 from brendandburns/dependa
...
Add dependabot.
2020-09-20 21:34:32 -07:00
Brendan Burns
a824364676
Add dependabot.
2020-09-20 21:24:43 -07:00
Scott Lee
b1cea7ef14
Address comments about hot issues
2020-09-18 20:31:05 -07:00
Scott Lee
1be69369f5
Merge branch 'master' of https://github.com/kubernetes-client/python into releasedocs
2020-09-18 20:25:42 -07:00
Kubernetes Prow Robot
457ac54a72
Merge pull request #1254 from palnabarun/cherry-pick-12.0.0b1-notes
...
Update the CHANGELOG and README
2020-09-15 09:50:07 -07:00
Nabarun Pal
de822a2873
Update the CHANGELOG and README
...
- Adds a bug fix on python-base Ref: https://github.com/kubernetes-client/python-base/pull/201
- https://github.com/kubernetes-client/python/pull/1220 wrongly added
changes to the 12.0.0a1 CHANGELOG. We should not modify CHANGELOGs after
a release is made.
- Update 12.0.0a1-snapshot to 12.0.0a1
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-09-15 17:06:43 +05:30
Kubernetes Prow Robot
a5e529df63
Merge pull request #187 from fabianvf/dynamic-ignore-unavailable
...
Prevent 503s from killing the client during discovery
2020-09-14 18:49:25 -07:00
Kubernetes Prow Robot
0a78dc1ef4
Merge pull request #1253 from ryphon/file-like-base-update
...
updating base for file-like config load support
2020-09-09 16:43:44 -07:00
Dylan Shepard
a2ede70299
touching readme with newline to check test validity
2020-09-09 15:40:02 -07:00
Dylan Shepard
8e1c331c71
updating base for file-like config load support
2020-09-09 10:45:13 -07:00
Kubernetes Prow Robot
fd322f70aa
Merge pull request #208 from ryphon/207-config-as-string
...
Support file-ish objects in config loading
2020-09-09 10:37:09 -07:00
Kubernetes Prow Robot
42db3552e7
Merge pull request #1252 from unki/master
...
remove duplicate lines from kubernetes/README.md
2020-09-09 09:33:07 -07:00
Dylan Shepard
0559445cb4
unused io import, pre-setting pycodestyle
2020-09-09 07:28:51 -07:00
Dylan Shepard
9f4775f43f
trying to fix pycodestyle problems
2020-09-09 07:22:04 -07:00
Dylan Shepard
49cbb1de99
replace inside the parens
2020-09-09 07:07:13 -07:00
Dylan Shepard
bfa968140c
supporting 2.7, reading works fine, writing reqs unicode
2020-09-09 07:03:45 -07:00
Andreas Unterkircher
32cb3f911f
remove duplicate-lines from kubernetes/README.md
2020-09-09 08:32:59 +02:00
Kubernetes Prow Robot
4079c67cb4
Merge pull request #1237 from iciclespider/port-forwarding
...
Unittests for portforwarding ability added in python-base.
2020-09-08 20:29:53 -07:00
Patrick J. McNerthney
b1dd9c4f78
Install socat on Kubernetes node for use by port forwarding.
2020-09-08 17:16:17 -10:00
Patrick J. McNerthney
3da49a207c
Update kubernetes/base to latest master with portforwarding implementation.
2020-09-08 16:11:37 -10:00
Kubernetes Prow Robot
3dc7fe0b92
Merge pull request #210 from iciclespider/port-forward
...
Implement port forwarding.
2020-09-08 10:05:44 -07:00
Patrick J. McNerthney
5d39d0d5f0
Support both python 2.7 and 3.x.
2020-09-07 21:04:32 -10:00
Patrick J. McNerthney
c1249c9cf2
Support both python 2.7 and 3.x.
2020-09-07 19:47:19 -10:00
Patrick J. McNerthney
d9ec734a6c
Fix tox errors.
2020-09-07 18:22:10 -10:00
Patrick J. McNerthney
8afcebdf8d
Add test that checks for portforward port error return value.
2020-09-07 13:11:50 -10:00
Patrick J. McNerthney
2e86b71334
Better handling of error channel reponse, and comment typo.
2020-09-07 13:06:44 -10:00
Patrick J. McNerthney
ce3a1a298a
Rework loop which collects the local python sockets for read and writing.
2020-09-07 11:56:01 -10:00
Patrick J. McNerthney
49f3b6e0b5
Rework port forwarding unittest and example.
2020-09-07 07:54:47 -10:00
Patrick J. McNerthney
7bf04b384b
Rework how the PortForward._proxy thread determines when and how to terminate.
2020-09-06 09:25:58 -10:00
Patrick J. McNerthney
72e372599d
Rework the parsing of the requested ports to support both a local port and a remote port.
2020-09-01 18:33:33 -10:00
Patrick J. McNerthney
fada718edf
Unittests and example for portforwarding ability added in python-base.
2020-09-01 18:32:48 -10:00
Patrick J. McNerthney
cc9ae10549
Address the following PR issues:
...
* Rename `_Port.error` to be `_Port.error_channel`.
* Correct comment about where setsockopt is being called.
* Add comments clarifying why the double call to the same methods to setup channel information.
* Allow for ports specified with both local and remote port numbers.
2020-08-31 15:53:59 -10:00
Dylan Shepard
f85a41fa31
renaming functions and setting to internal
2020-08-31 12:01:11 -07:00
Patrick J. McNerthney
74d0e292b8
Implement port forwarding.
2020-08-28 13:55:00 -10:00
Kubernetes Prow Robot
471a67844e
Merge pull request #211 from iciclespider/refactor-for-port-forward
...
Refactor stream package to enable common method helpers for other streaming api classes.
2020-08-28 15:45:19 -07:00
Patrick J. McNerthney
a00ed7f87a
Put extracting the "configuration" back into the stream.py module, and use
...
functools.partial to orchestrate calling the websocket request hanlder.
2020-08-27 16:10:11 -10:00
Patrick J. McNerthney
fd62214e28
Refactor stream package to enable common method helpers for other streaming api classes.
2020-08-26 18:27:56 -10:00
Dylan Shepard
aac4e35ca9
correcting tests
2020-08-19 12:49:33 -07:00
Dylan Shepard
f65f06b1ed
commiting changes to branch
2020-08-19 12:36:32 -07:00
Scott Lee
482b8558ac
Update release README
2020-08-05 23:52:56 -07:00
Scott Lee
a1db8670c8
Remove redundant release doc
2020-08-03 11:40:39 -07:00
Kubernetes Prow Robot
b5603d8ee2
Merge pull request #1220 from greed42/plugin-certificates
...
Kubernetes Python Client - Validation / build (2.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.5) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.6) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.8) (push) Has been cancelled
Update python base
2020-07-30 11:59:06 -07:00
Graham Reed
5424e17c85
Update python base
...
To get auth plugin support for client certificates, ref. kubernetes-client/python-base#205
2020-07-30 18:22:48 +01:00
Kubernetes Prow Robot
54d188f89e
Merge pull request #205 from greed42/plugin-certificates
...
Accept client certificates from an authn/authz plugin
2020-07-29 19:42:31 -07:00
Kubernetes Prow Robot
ab61ca3c27
Merge pull request #201 from Akasurde/kube_config_no_obj_fix
...
FileOrData: Handle None object
2020-07-29 09:39:47 -07:00
Graham Reed
b85aff2b3e
Accept client certificates from an authn/authz plugin
...
(Plugin interface reference: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#input-and-output-formats )
When handling the response from the authn/authz plugin, `token` will be used if provided, which maintains current behaviour. Newly added is handling `clientCertificateData`: if it is present, that certificate (and its key) will be used as provided by the plugin. (And any certificate/key pair provided via the `users` section of the configuration file will be ignored.)
2020-07-23 10:31:30 +01:00
Kubernetes Prow Robot
442ebc0190
Merge pull request #1204 from palnabarun/update-upstream-1-16-14
...
Update upstream version to 1.16.14
2020-07-20 09:58:52 -07:00
Nabarun Pal
22555d9fa5
Update upstream version to 1.16.14
...
There has been no API changes between 1.16.11 and 1.16.14
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-20 22:07:30 +05:30
Kubernetes Prow Robot
bc79976edf
Merge pull request #1188 from palnabarun/update-openapi-generator
...
Update OpenAPI generator and the client
2020-07-20 09:06:51 -07:00