Commit Graph

797 Commits

Author SHA1 Message Date
Dylan Shepard
fbef9f1ef0
updating base for file-like config load support 2020-10-14 21:16:26 +05:30
Andreas Unterkircher
3459fe2cf2
remove duplicate-lines from kubernetes/README.md 2020-10-14 21:16:26 +05:30
Patrick J. McNerthney
a037380b40
Install socat on Kubernetes node for use by port forwarding. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
bccdc73c3f
Update kubernetes/base to latest master with portforwarding implementation. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
52f31ace7d
Support both python 2.7 and 3.x. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
3c6e31abba
Fix tox errors. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
b4db6d0ef1
Add test that checks for portforward port error return value. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
c819a810d6
Rework port forwarding unittest and example. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
d12a9a5717
Unittests and example for portforwarding ability added in python-base. 2020-10-14 21:16:24 +05:30
Kubernetes Prow Robot
ae3bce77fd
Merge pull request #1235 from palnabarun/release-12.0
Update client to 12.0.0b1
2020-09-09 11:13:07 -07:00
Nabarun Pal
48230f3428
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.

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:38:15 +05:30
Nabarun Pal
0e9ba9494f
Cherry pick test for API client context manager
The implementation and tests were already picked up by the upstream OpenAPI
generator [here](https://github.com/OpenAPITools/openapi-generator/pull/5094).
Patching in the tests here for correctness and clarity.

Reference: https://github.com/kubernetes-client/python/pull/1073

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:52 +05:30
Nabarun Pal
aad4b97f2c
Add kubernetes.client.apis as an alias to kubernetes.client.api
Reference: https://github.com/kubernetes-client/python/issues/974

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:43 +05:30
Nabarun Pal
a08107f465
Fix custom objects API to preserve backward compatibility
Reference:
- [#866](https://github.com/kubernetes-client/python/issues/866)
- [#959](https://github.com/kubernetes-client/python/pull/959)

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:29 +05:30
Nabarun Pal
b4fb2c9b78
Generate updated client
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:11 +05:30
Nabarun Pal
23fa8ffcbe
Merge branch 'master' of github.com:kubernetes-client/python into release-12.0 2020-08-18 22:55:16 +05:30
Kubernetes Prow Robot
2ed00a993b
Merge pull request #1217 from scottilee/release-12.0
Release 12.0.0a1
2020-07-30 13:25:07 -07:00
Scott Lee
9da9a6dd98 Minor fixes 2020-07-30 12:47:24 -07:00
Kubernetes Prow Robot
b5603d8ee2
Merge pull request #1220 from greed42/plugin-certificates
Some checks failed
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
Scott Lee
e700e97fd1 Remove py-e files 2020-07-30 11:07:08 -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
Scott Lee
f8b24b81d6 Update README 2020-07-29 23:15:34 -07:00
Scott Lee
40bd9f1c3d Remove gitlab yml file 2020-07-29 23:12:18 -07:00
Scott Lee
e36e95597b Cherry-pick hotfixes 2020-07-29 23:09:32 -07:00
Scott Lee
3e57e12757 Generate client and remove tests directory 2020-07-29 23:08:23 -07: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
Nabarun Pal
08ed6c24fb
Collate OpenAPI generator changes by version
The changes have been listed in the CHANGELOG and linked to the
respective milestone pull requests.

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-19 12:33:00 +05:30
Nabarun Pal
2a664669bc
Update CHANGELOG with latest changes from python-base
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-19 12:33:00 +05:30
Nabarun Pal
9a20c56cd5
Updates python-base submodule
Update from 49ec06096e to fb86b8acb6

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-17 04:06:00 +05:30
Nabarun Pal
47768af136
Update the hotfix script
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
da2579a56e
Update CHANGELOG with changes from python-base submodule
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
dae8285878
Cherry pick test for API client context manager
The implementation and tests were already picked up by the upstream OpenAPI
generator [here](https://github.com/OpenAPITools/openapi-generator/pull/5094).
Patching in the tests here for correctness and clarity.

Reference: https://github.com/kubernetes-client/python/pull/1073

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
146119213c
Add kubernetes.client.apis as an alias to kubernetes.client.api
Reference: https://github.com/kubernetes-client/python/issues/974

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
b78f5cfd6e
Fix custom objects API to preserve backward compatibility
Reference:
- [#866](https://github.com/kubernetes-client/python/issues/866)
- [#959](https://github.com/kubernetes-client/python/pull/959)

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
dea6754f9f
Update CHANGELOG
The upstream 1.16 API moved ahead due to [patch releases](https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md).

The logs are gathered from the upstream [CHANGELOG](https://raw.githubusercontent.com/kubernetes/kubernetes/master/CHANGELOG/CHANGELOG-1.16.md).

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
ec9c944f07
Remove tests since they have syntactical issues and are noop
Reference: https://github.com/OpenAPITools/openapi-generator/issues/5377

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30
Nabarun Pal
b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30
Kubernetes Prow Robot
e60d9212c6
Merge pull request #1194 from ACXLM/update-python-base
update python base
2020-06-29 15:45:59 -07:00
ACXLM
17dc22ed58 update python base 2020-06-26 12:23:41 +08:00
Kubernetes Prow Robot
10671f9426
Merge pull request #1187 from palnabarun/fix-github-actions-issue
Fix the issue with Github Actions
2020-06-22 09:12:39 -07:00
Nabarun Pal
3866e9642b
Fix the issue with Github Actions
The submodule needs to be synced when checking out the repository.

Ref: https://github.com/actions/checkout

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-06-22 19:14:37 +05:30
Kubernetes Prow Robot
b6e4ae81a2
Merge pull request #1161 from zshihang/master
update python-base
2020-05-26 10:25:13 -07:00
Kubernetes Prow Robot
7763e37b7d
Merge pull request #1166 from roycaihw/github-actions
Add github actions
2020-05-13 18:00:22 -07:00
Shihang Zhang
f7d0f126b4 update python-base 2020-05-13 15:45:49 -07:00
Kubernetes Prow Robot
cef5e9bd10
Merge pull request #1155 from MoShitrit/fix-issue-967
Update Examples to stop using deprecated versions
2020-05-12 15:02:26 -07:00
MoShitrit
6e62c3dd97 Reverting some changed that were made by IDE 2020-05-11 20:02:17 -04:00
Haowei Cai
bdd32dd938 add github actions 2020-05-11 16:05:31 -07:00
Kubernetes Prow Robot
d63282e8d3
Merge pull request #1141 from palnabarun/snaphot-client-k8s-release-1.16
Snapshot the Kubernetes 1.16 release
2020-05-11 14:28:21 -07:00