re-create rest client patch
This commit is contained in:
parent
03cc141bc1
commit
13739bd715
@ -1,8 +1,8 @@
|
||||
diff --git a/kubernetes/client/rest.py b/kubernetes/client/rest.py
|
||||
index 65fbe95..e174317 100644
|
||||
index 13b16c2f..41c53429 100644
|
||||
--- a/kubernetes/client/rest.py
|
||||
+++ b/kubernetes/client/rest.py
|
||||
@@ -152,6 +152,10 @@ class RESTClientObject(object):
|
||||
@@ -155,6 +155,10 @@ class RESTClientObject(object):
|
||||
if query_params:
|
||||
url += '?' + urlencode(query_params)
|
||||
if re.search('json', headers['Content-Type'], re.IGNORECASE):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user