diff --git a/magnum/common/pythonk8sclient/client/ApivbetaApi.py b/magnum/common/pythonk8sclient/client/ApivbetaApi.py index 4e6f6ee..5ca0262 100644 --- a/magnum/common/pythonk8sclient/client/ApivbetaApi.py +++ b/magnum/common/pythonk8sclient/client/ApivbetaApi.py @@ -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 +