Fixed scripts/rest_client_patch.diff, it is corrupt and cannot be applied.

This commit is contained in:
Yu Liao 2022-10-11 04:09:48 +00:00
parent 8cc9f981eb
commit ecb669ad3a

View File

@ -1,8 +1,9 @@
diff --git a/kubernetes/client/rest.py b/kubernetes/client/rest.py
index 65fbe95..e174317 100644
index 5716565df..b788bf7d2 100644
--- a/kubernetes/client/rest.py
+++ b/kubernetes/client/rest.py
@@ -152,6 +152,10 @@ class RESTClientObject(object):
@@ -151,7 +151,12 @@ class RESTClientObject(object):
if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
if query_params:
url += '?' + urlencode(query_params)
- if re.search('json', headers['Content-Type'], re.IGNORECASE):