python/kubernetes/base/dynamic
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
..
__init__.py removed submodule 2022-01-07 16:17:39 -08:00
client.py Support setting the _request_timeout parameter for the dynamic client 2022-04-20 10:23:16 +02:00
discovery.py removed submodule 2022-01-07 16:17:39 -08:00
exceptions.py removed submodule 2022-01-07 16:17:39 -08:00
resource.py ResourceField class should allow defining any keyword 2022-03-07 10:00:03 +01:00
test_client.py Fix DynamicClient.server_side_apply 2022-07-06 01:16:57 +09:00
test_discovery.py removed submodule 2022-01-07 16:17:39 -08:00