Skip to content

Commit ba705e8

Browse files
committed
Bump openapi-generator to v5.4.0
This adds a few new parameters. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 140dd33 commit ba705e8

File tree

68 files changed

+4982
-2044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4982
-2044
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit/Tag : v5.3.0
2-
Actual Commit : bb124e117857a9bf9fd83e5fdac44e74a8af7911
1+
Requested Commit/Tag : v5.4.0
2+
Actual Commit : 4a36be70025e9c0d3ff61731618b7fc2d942c4b6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.4.0

kubernetes/client/api/admissionregistration_api.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
9191
request; this effectively ignores the authentication
9292
in the spec for a single request.
9393
:type _request_auth: dict, optional
94+
:type _content_type: string, optional: force content-type for the request
9495
:return: Returns the result object.
9596
If the method is called asynchronously,
9697
returns the request thread.
@@ -107,7 +108,9 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
107108
'_return_http_data_only',
108109
'_preload_content',
109110
'_request_timeout',
110-
'_request_auth'
111+
'_request_auth',
112+
'_content_type',
113+
'_headers'
111114
]
112115
)
113116

@@ -126,7 +129,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
126129

127130
query_params = []
128131

129-
header_params = {}
132+
header_params = dict(local_var_params.get('_headers', {}))
130133

131134
form_params = []
132135
local_var_files = {}

kubernetes/client/api/admissionregistration_v1_api.py

Lines changed: 180 additions & 74 deletions
Large diffs are not rendered by default.

kubernetes/client/api/admissionregistration_v1alpha1_api.py

Lines changed: 83 additions & 34 deletions
Large diffs are not rendered by default.

kubernetes/client/api/admissionregistration_v1beta1_api.py

Lines changed: 83 additions & 34 deletions
Large diffs are not rendered by default.

kubernetes/client/api/apiextensions_api.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
9191
request; this effectively ignores the authentication
9292
in the spec for a single request.
9393
:type _request_auth: dict, optional
94+
:type _content_type: string, optional: force content-type for the request
9495
:return: Returns the result object.
9596
If the method is called asynchronously,
9697
returns the request thread.
@@ -107,7 +108,9 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
107108
'_return_http_data_only',
108109
'_preload_content',
109110
'_request_timeout',
110-
'_request_auth'
111+
'_request_auth',
112+
'_content_type',
113+
'_headers'
111114
]
112115
)
113116

@@ -126,7 +129,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
126129

127130
query_params = []
128131

129-
header_params = {}
132+
header_params = dict(local_var_params.get('_headers', {}))
130133

131134
form_params = []
132135
local_var_files = {}

kubernetes/client/api/apiextensions_v1_api.py

Lines changed: 63 additions & 26 deletions
Large diffs are not rendered by default.

kubernetes/client/api/apiregistration_api.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
9191
request; this effectively ignores the authentication
9292
in the spec for a single request.
9393
:type _request_auth: dict, optional
94+
:type _content_type: string, optional: force content-type for the request
9495
:return: Returns the result object.
9596
If the method is called asynchronously,
9697
returns the request thread.
@@ -107,7 +108,9 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
107108
'_return_http_data_only',
108109
'_preload_content',
109110
'_request_timeout',
110-
'_request_auth'
111+
'_request_auth',
112+
'_content_type',
113+
'_headers'
111114
]
112115
)
113116

@@ -126,7 +129,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
126129

127130
query_params = []
128131

129-
header_params = {}
132+
header_params = dict(local_var_params.get('_headers', {}))
130133

131134
form_params = []
132135
local_var_files = {}

0 commit comments

Comments
 (0)