Commit Graph

120 Commits

Author SHA1 Message Date
yliao
2aa427de83 generated API change 2024-05-21 22:28:02 +00:00
yliao
744f0ebb83 generated client change for custom_objects 2024-05-21 22:28:02 +00:00
yliao
c7be3fc235 generated client change 2023-12-18 19:33:52 +00:00
yliao
ab097519b8 generated API change 2023-12-18 19:33:51 +00:00
yliao
e3ada8b8d9 generated client change for custom_objects 2023-12-18 19:33:51 +00:00
Yu Liao
f494b8de33 generated client change 2023-08-31 01:36:47 +00:00
Yu Liao
a0e401e364 generated API change 2023-08-31 01:36:47 +00:00
Yu Liao
8642188b60 generated client change for custom_objects 2023-08-31 01:36:46 +00:00
Tiago Silva
68fe8eea41
Adds support for custom Server Name Indication (SNI) 2023-06-27 14:26:50 +01:00
Yu Liao
42d6156b27 generated client change 2023-05-31 21:09:36 +00:00
Yu Liao
b490a11a7a generated API change 2023-05-31 21:09:35 +00:00
Yu Liao
ea66f65f4f generated client change for custom_objects 2023-05-31 21:09:35 +00:00
Tomasz Prus
cdfd750727 Fix snapshot version to be compliant with PEP440. 2023-02-26 12:01:40 +01:00
Kian-Meng Ang
2d299b7a57 Fix typos
Found via `codespell -S CHANGELOG.md,*.json,*.unprocessed -L querys,couldn`
2023-01-27 11:10:29 +08:00
Yu Liao
356208a0f6 generated client change 2023-01-24 02:04:54 +00:00
Yu Liao
5f8455ae05 generated API change 2023-01-24 02:04:53 +00:00
Yu Liao
5b99d287de generated client change for custom_objects 2023-01-24 02:04:53 +00:00
Yu Liao
beb98e076f generated client change
Some checks failed
Kubernetes Python Client - Validation / build (3.10) (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
Kubernetes Python Client - Validation / build (3.9, coverage) (push) Has been cancelled
2022-10-11 20:12:43 +00:00
Yu Liao
06e8a7216a generated API change 2022-10-11 20:12:42 +00:00
Yu Liao
70b5364aee generated client change for custom_objects 2022-10-11 20:12:42 +00:00
Mitsuru Kariya
5529dedcb3
Fix DynamicClient.server_side_apply
DynamicClient.server_side_apply is designed to accept a dict or a
ResourceInstance as body.  However, if a dict or a ResourceInstance is
passed actually, an error occurs because RESTClientObject.rest cannot
interpret the Content-Type application/apply-patch+yaml.

So, modify RESTClientObject.rest to treat application/apply-patch+yaml
as other json-based Content-Types.
2022-07-06 01:16:57 +09:00
Yu Liao
8e643c9cb1 generated client change 2022-06-06 21:11:30 +00:00
Yu Liao
0ef6b298fe generated API change 2022-06-06 21:11:30 +00:00
Yu Liao
cd7cecda02 generated client change for custom_objects 2022-06-06 21:11:29 +00:00
Haowei Cai
72b03a81f9 generated client change 2022-05-02 11:59:00 -07:00
Haowei Cai
28025cbb8d generated API change 2022-05-02 11:58:59 -07:00
Yu Liao
ffceaa87d2 generated client change 2022-02-14 14:12:03 -08:00
Yu Liao
b227345fb2 generated API change 2022-02-14 14:12:02 -08:00
Yu Liao
bd5745ad1d generated client change for custom_objects 2022-02-14 14:12:02 -08:00
Yu Liao
443f4a5d07 generated client change 2022-01-04 09:43:10 -08:00
Yu Liao
1ee383e14a generated API change 2022-01-04 09:43:09 -08:00
Yu Liao
349f42aff2 generated client change for custom_objects 2022-01-04 09:43:09 -08:00
Yu Liao
9c3891d40e generated client change 2021-11-29 11:00:29 -08:00
Yu Liao
b8e0b3d083 generated API change 2021-11-29 11:00:28 -08:00
Yu Liao
d084739319 generated client change for custom_objects 2021-11-29 11:00:28 -08:00
itaru2622
77ef217707 add no_proxy support to configuration and REST client. 2021-10-25 14:55:30 -07:00
Yu Liao
6d785aabd5 generated client change 2021-10-25 14:41:05 -07:00
Yu Liao
b0dbe417f2 generated API change 2021-10-25 14:41:04 -07:00
Yu Liao
1f2726d949 generated client change for custom_objects 2021-10-25 14:41:03 -07:00
itaru2622
95a893cd1c add no_proxy support to configuration and REST client. 2021-10-19 07:19:14 +09:00
Haowei Cai
ba844599ab generated client change 2021-09-13 12:59:17 -07:00
Haowei Cai
c04e2f6ed0 generated API change 2021-09-13 12:59:16 -07: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
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
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
598d41ba5f
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +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