python/kubernetes/client
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
..
api generated API change 2022-06-06 21:11:30 +00:00
apis Apply hotfixes 2021-06-09 21:07:31 +05:30
models generated API change 2022-06-06 21:11:30 +00:00
__init__.py generated client change 2022-06-06 21:11:30 +00:00
api_client.py generated client change 2022-06-06 21:11:30 +00:00
configuration.py generated client change 2022-06-06 21:11:30 +00:00
exceptions.py generated client change 2022-06-06 21:11:30 +00:00
rest.py Fix DynamicClient.server_side_apply 2022-07-06 01:16:57 +09:00