Merge "Add return response in some of Kubernetes APIs."
This commit is contained in:
commit
876ad35e80
@ -2410,6 +2410,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2558,6 +2560,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3082,6 +3086,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3230,6 +3236,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4500,6 +4508,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4648,6 +4658,8 @@ class ApivbetaApi(object):
|
||||
response = self.apiClient.callAPI(resourcePath, method, queryParams,
|
||||
postData, headerParams, files=files)
|
||||
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user