Skip to content

Commit

Permalink
Support setting the _request_timeout parameter for the dynamic client
Browse files Browse the repository at this point in the history
  • Loading branch information
psontag committed Mar 1, 2022
1 parent dd7417a commit 6b8f241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/base/dynamic/client.py
Expand Up @@ -280,6 +280,7 @@ def request(self, method, path, body=None, **params):
auth_settings=auth_settings,
_preload_content=False,
_return_http_data_only=params.get('_return_http_data_only', True)
_request_timeout=params.get('_request_timeout')
)
if params.get('async_req'):
return api_response.get()
Expand Down

0 comments on commit 6b8f241

Please sign in to comment.