Commit Graph

249 Commits

Author SHA1 Message Date
Haowei Cai
9e3641da11 apply hotfixes 2021-08-16 13:52:19 -07:00
Haowei Cai
286bd61dc3 generated client change for v18 GA release 2021-08-16 13:44:53 -07:00
Haowei Cai
1b80892d6c Merge branch 'master' of github.com:kubernetes-client/python into release18 2021-08-05 16:39:33 -07:00
Haowei Cai
7d89f0254e update submodule 2021-08-05 16:39:18 -07:00
Scott Lee
4dec14919a Update release-18.0 submodule 2021-08-05 15:09:45 -06:00
Matt Campbell
13814c0f7e Allow optional list of YAML objects as param to create_from_yaml util 2021-07-19 14:23:14 -04:00
Huan-Ting,Chen
65a0ffc844 Fix empty yaml document error 2021-07-17 16:41:16 +08:00
Jason Price
ee0e332776 tolerate null sources on projected volumes
See issue 1494
Removes the false requirement that sources be a populated list
2021-06-21 13:21:20 -04:00
Haowei Cai
1d5d40556f generated client change for v18.20.0b1 release 2021-06-20 19:16:03 -07:00
Haowei Cai
d8fd974e63 Merge branch 'master' of github.com:kubernetes-client/python into release-18b1 2021-06-20 19:00:22 -07:00
Nabarun Pal
4fd43bc909
Apply hotfixes
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
73f119aa7a
Skipping TestClient::test_portforward_raw due to flakiness
The test is flaking a lot resulting in dev work to be slowed down.
This needs to be investigated and resolved. Only then, the test
should be reenabled.

See: https://github.com/kubernetes-client/python/issues/1300

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-05-28 22:49:17 +05:30
Haowei Cai
682dfa26d7 generated python-base update 2021-05-09 14:16:11 -07:00
Haowei Cai
adc68b77ba add a test for default configuration behavior 2021-04-12 13:54:14 -07:00
Fabian von Feilitzsch
5b68936c23 Add test to ensure kubernetes client threadpool is cleaned up 2021-04-12 13:54:14 -07:00
Nabarun Pal
8b526497c5 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>
2021-04-12 13:54:14 -07:00
Nabarun Pal
61f1fbe49a 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>
2021-04-12 13:54:14 -07:00
Haowei Cai
3b247f5d0f generated client change for v18.17.0a1 release
removed the generated test directory following the hot issue
(https://github.com/kubernetes-client/python/blob/master/devel/release.md#hot-issues):
  4. Remove the tests directory
2021-04-12 13:54:14 -07:00
abhiabhi94
86cd342c63 Refactor utils
- move regex compilation to the top of the module to enable caching.
2021-04-11 16:01:49 -07:00
Invictus17
affaebb534 Adding symbolic link to base/leaderelection 2021-04-11 16:01:23 -07:00
Sumant
dcd449ace6 Enable leaderelection 2021-04-11 16:00:45 -07:00
Haowei Cai
c55c0ef663 configmap-e2e: use labels 2021-04-11 16:00:38 -07:00
Patrick J. McNerthney
69986824ac Implement back end raw port test container using python. 2021-04-11 16:00:13 -07:00
Haowei Cai
b2b520a010 update python-base submodule 2021-04-11 14:57:42 -07:00
abhiabhi94
44fe8bf1c2 Refactor utils
- move regex compilation to the top of the module to enable caching.
2021-03-10 08:15:32 +05:30
Chris Ayoub
fdd2e14c60 Update base submodule 2021-02-25 19:00:06 -05:00
Invictus17
a6655d6eba Adding symbolic link to base/leaderelection 2021-02-04 21:23:37 -05:00
Sumant
6eb9f7d9dc Adding module leaderelection from base 2021-02-01 17:03:44 -05:00
Sumant
bd26d85e84 Enable leaderelection 2021-01-28 18:50:23 -05:00
Haowei Cai
90931037ac pod e2e: wait for the default service account to be created 2021-01-12 17:18:42 -08:00
Haowei Cai
3b95adc8f3 configmap-e2e: use labels 2021-01-11 12:34:14 -08:00
Haowei Cai
5be9c893b3 update python-base submodule 2021-01-05 09:53:49 -08:00
Patrick J. McNerthney
fd405e813d Implement back end raw port test container using python. 2020-11-22 10:26:43 -10:00
Haowei Cai
1c2be29248
add a test for default configuration behavior 2020-11-17 04:00:33 +05:30
Fabian von Feilitzsch
b4a3fc235e
Add test to ensure kubernetes client threadpool is cleaned up 2020-11-17 04:00:33 +05:30
Nabarun Pal
9f880d8396
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-11-17 04:00:33 +05:30
Nabarun Pal
e379ad2868
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-11-17 04:00:32 +05:30
Nabarun Pal
cd92c5d545
Generate client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30
Haowei Cai
631386c894
add a test for default configuration behavior 2020-11-17 04:00:31 +05:30
Fabian von Feilitzsch
a3d90aa243
Add test to ensure kubernetes client threadpool is cleaned up 2020-11-17 04:00:31 +05:30
Nabarun Pal
4cfbfd4e17
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-11-17 04:00:31 +05:30
Nabarun Pal
7f1667e5a2
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-11-17 04:00:31 +05:30
Nabarun Pal
86f621a0f2
Remove generated tests
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:31 +05:30
Nabarun Pal
2132e24fd1
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30
Haowei Cai
a80b3f51a6
add a test for default configuration behavior 2020-11-07 16:10:09 +05:30
Fabian von Feilitzsch
0eb5f0f5e9
Add test to ensure kubernetes client threadpool is cleaned up 2020-11-07 16:10:09 +05:30
Nabarun Pal
56ab983036
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-11-07 16:10:09 +05:30
Nabarun Pal
f1cc695a6c
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-11-07 16:10:09 +05:30
Nabarun Pal
e842ec927b
Remove generated tests
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:09 +05:30