Skip to content

Commit 140dd33

Browse files
committed
Bump openapi-generator to v5.3.0
Whitepsace and docs changes. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7073972 commit 140dd33

File tree

69 files changed

+905
-905
lines changed

Some content is hidden

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

69 files changed

+905
-905
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.2.0
2-
Actual Commit : 90f7bcd909db20fe2030f2fe53e0d1229a02b9e6
1+
Requested Commit/Tag : v5.3.0
2+
Actual Commit : bb124e117857a9bf9fd83e5fdac44e74a8af7911
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0

kubernetes/client/api/admissionregistration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_api_group_with_http_info(self, **kwargs): # noqa: E501
138138

139139
# Authentication setting
140140
auth_settings = ['BearerToken'] # noqa: E501
141-
141+
142142
response_types_map = {
143143
200: "V1APIGroup",
144144
401: None,

kubernetes/client/api/admissionregistration_v1_api.py

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def create_mutating_webhook_configuration_with_http_info(self, body, **kwargs):
177177

178178
# Authentication setting
179179
auth_settings = ['BearerToken'] # noqa: E501
180-
180+
181181
response_types_map = {
182182
200: "V1MutatingWebhookConfiguration",
183183
201: "V1MutatingWebhookConfiguration",
@@ -343,7 +343,7 @@ def create_validating_admission_policy_with_http_info(self, body, **kwargs): #
343343

344344
# Authentication setting
345345
auth_settings = ['BearerToken'] # noqa: E501
346-
346+
347347
response_types_map = {
348348
200: "V1ValidatingAdmissionPolicy",
349349
201: "V1ValidatingAdmissionPolicy",
@@ -509,7 +509,7 @@ def create_validating_admission_policy_binding_with_http_info(self, body, **kwar
509509

510510
# Authentication setting
511511
auth_settings = ['BearerToken'] # noqa: E501
512-
512+
513513
response_types_map = {
514514
200: "V1ValidatingAdmissionPolicyBinding",
515515
201: "V1ValidatingAdmissionPolicyBinding",
@@ -675,7 +675,7 @@ def create_validating_webhook_configuration_with_http_info(self, body, **kwargs)
675675

676676
# Authentication setting
677677
auth_settings = ['BearerToken'] # noqa: E501
678-
678+
679679
response_types_map = {
680680
200: "V1ValidatingWebhookConfiguration",
681681
201: "V1ValidatingWebhookConfiguration",
@@ -907,7 +907,7 @@ def delete_collection_mutating_webhook_configuration_with_http_info(self, **kwar
907907

908908
# Authentication setting
909909
auth_settings = ['BearerToken'] # noqa: E501
910-
910+
911911
response_types_map = {
912912
200: "V1Status",
913913
401: None,
@@ -1137,7 +1137,7 @@ def delete_collection_validating_admission_policy_with_http_info(self, **kwargs)
11371137

11381138
# Authentication setting
11391139
auth_settings = ['BearerToken'] # noqa: E501
1140-
1140+
11411141
response_types_map = {
11421142
200: "V1Status",
11431143
401: None,
@@ -1367,7 +1367,7 @@ def delete_collection_validating_admission_policy_binding_with_http_info(self, *
13671367

13681368
# Authentication setting
13691369
auth_settings = ['BearerToken'] # noqa: E501
1370-
1370+
13711371
response_types_map = {
13721372
200: "V1Status",
13731373
401: None,
@@ -1597,7 +1597,7 @@ def delete_collection_validating_webhook_configuration_with_http_info(self, **kw
15971597

15981598
# Authentication setting
15991599
auth_settings = ['BearerToken'] # noqa: E501
1600-
1600+
16011601
response_types_map = {
16021602
200: "V1Status",
16031603
401: None,
@@ -1782,7 +1782,7 @@ def delete_mutating_webhook_configuration_with_http_info(self, name, **kwargs):
17821782

17831783
# Authentication setting
17841784
auth_settings = ['BearerToken'] # noqa: E501
1785-
1785+
17861786
response_types_map = {
17871787
200: "V1Status",
17881788
202: "V1Status",
@@ -1968,7 +1968,7 @@ def delete_validating_admission_policy_with_http_info(self, name, **kwargs): #
19681968

19691969
# Authentication setting
19701970
auth_settings = ['BearerToken'] # noqa: E501
1971-
1971+
19721972
response_types_map = {
19731973
200: "V1Status",
19741974
202: "V1Status",
@@ -2154,7 +2154,7 @@ def delete_validating_admission_policy_binding_with_http_info(self, name, **kwar
21542154

21552155
# Authentication setting
21562156
auth_settings = ['BearerToken'] # noqa: E501
2157-
2157+
21582158
response_types_map = {
21592159
200: "V1Status",
21602160
202: "V1Status",
@@ -2340,7 +2340,7 @@ def delete_validating_webhook_configuration_with_http_info(self, name, **kwargs)
23402340

23412341
# Authentication setting
23422342
auth_settings = ['BearerToken'] # noqa: E501
2343-
2343+
23442344
response_types_map = {
23452345
200: "V1Status",
23462346
202: "V1Status",
@@ -2466,7 +2466,7 @@ def get_api_resources_with_http_info(self, **kwargs): # noqa: E501
24662466

24672467
# Authentication setting
24682468
auth_settings = ['BearerToken'] # noqa: E501
2469-
2469+
24702470
response_types_map = {
24712471
200: "V1APIResourceList",
24722472
401: None,
@@ -2668,7 +2668,7 @@ def list_mutating_webhook_configuration_with_http_info(self, **kwargs): # noqa:
26682668

26692669
# Authentication setting
26702670
auth_settings = ['BearerToken'] # noqa: E501
2671-
2671+
26722672
response_types_map = {
26732673
200: "V1MutatingWebhookConfigurationList",
26742674
401: None,
@@ -2870,7 +2870,7 @@ def list_validating_admission_policy_with_http_info(self, **kwargs): # noqa: E5
28702870

28712871
# Authentication setting
28722872
auth_settings = ['BearerToken'] # noqa: E501
2873-
2873+
28742874
response_types_map = {
28752875
200: "V1ValidatingAdmissionPolicyList",
28762876
401: None,
@@ -3072,7 +3072,7 @@ def list_validating_admission_policy_binding_with_http_info(self, **kwargs): #
30723072

30733073
# Authentication setting
30743074
auth_settings = ['BearerToken'] # noqa: E501
3075-
3075+
30763076
response_types_map = {
30773077
200: "V1ValidatingAdmissionPolicyBindingList",
30783078
401: None,
@@ -3274,7 +3274,7 @@ def list_validating_webhook_configuration_with_http_info(self, **kwargs): # noq
32743274

32753275
# Authentication setting
32763276
auth_settings = ['BearerToken'] # noqa: E501
3277-
3277+
32783278
response_types_map = {
32793279
200: "V1ValidatingWebhookConfigurationList",
32803280
401: None,
@@ -3460,7 +3460,7 @@ def patch_mutating_webhook_configuration_with_http_info(self, name, body, **kwar
34603460

34613461
# Authentication setting
34623462
auth_settings = ['BearerToken'] # noqa: E501
3463-
3463+
34643464
response_types_map = {
34653465
200: "V1MutatingWebhookConfiguration",
34663466
201: "V1MutatingWebhookConfiguration",
@@ -3647,7 +3647,7 @@ def patch_validating_admission_policy_with_http_info(self, name, body, **kwargs)
36473647

36483648
# Authentication setting
36493649
auth_settings = ['BearerToken'] # noqa: E501
3650-
3650+
36513651
response_types_map = {
36523652
200: "V1ValidatingAdmissionPolicy",
36533653
201: "V1ValidatingAdmissionPolicy",
@@ -3834,7 +3834,7 @@ def patch_validating_admission_policy_binding_with_http_info(self, name, body, *
38343834

38353835
# Authentication setting
38363836
auth_settings = ['BearerToken'] # noqa: E501
3837-
3837+
38383838
response_types_map = {
38393839
200: "V1ValidatingAdmissionPolicyBinding",
38403840
201: "V1ValidatingAdmissionPolicyBinding",
@@ -4021,7 +4021,7 @@ def patch_validating_admission_policy_status_with_http_info(self, name, body, **
40214021

40224022
# Authentication setting
40234023
auth_settings = ['BearerToken'] # noqa: E501
4024-
4024+
40254025
response_types_map = {
40264026
200: "V1ValidatingAdmissionPolicy",
40274027
201: "V1ValidatingAdmissionPolicy",
@@ -4208,7 +4208,7 @@ def patch_validating_webhook_configuration_with_http_info(self, name, body, **kw
42084208

42094209
# Authentication setting
42104210
auth_settings = ['BearerToken'] # noqa: E501
4211-
4211+
42124212
response_types_map = {
42134213
200: "V1ValidatingWebhookConfiguration",
42144214
201: "V1ValidatingWebhookConfiguration",
@@ -4352,7 +4352,7 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
43524352

43534353
# Authentication setting
43544354
auth_settings = ['BearerToken'] # noqa: E501
4355-
4355+
43564356
response_types_map = {
43574357
200: "V1MutatingWebhookConfiguration",
43584358
401: None,
@@ -4495,7 +4495,7 @@ def read_validating_admission_policy_with_http_info(self, name, **kwargs): # no
44954495

44964496
# Authentication setting
44974497
auth_settings = ['BearerToken'] # noqa: E501
4498-
4498+
44994499
response_types_map = {
45004500
200: "V1ValidatingAdmissionPolicy",
45014501
401: None,
@@ -4638,7 +4638,7 @@ def read_validating_admission_policy_binding_with_http_info(self, name, **kwargs
46384638

46394639
# Authentication setting
46404640
auth_settings = ['BearerToken'] # noqa: E501
4641-
4641+
46424642
response_types_map = {
46434643
200: "V1ValidatingAdmissionPolicyBinding",
46444644
401: None,
@@ -4781,7 +4781,7 @@ def read_validating_admission_policy_status_with_http_info(self, name, **kwargs)
47814781

47824782
# Authentication setting
47834783
auth_settings = ['BearerToken'] # noqa: E501
4784-
4784+
47854785
response_types_map = {
47864786
200: "V1ValidatingAdmissionPolicy",
47874787
401: None,
@@ -4924,7 +4924,7 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
49244924

49254925
# Authentication setting
49264926
auth_settings = ['BearerToken'] # noqa: E501
4927-
4927+
49284928
response_types_map = {
49294929
200: "V1ValidatingWebhookConfiguration",
49304930
401: None,
@@ -5099,7 +5099,7 @@ def replace_mutating_webhook_configuration_with_http_info(self, name, body, **kw
50995099

51005100
# Authentication setting
51015101
auth_settings = ['BearerToken'] # noqa: E501
5102-
5102+
51035103
response_types_map = {
51045104
200: "V1MutatingWebhookConfiguration",
51055105
201: "V1MutatingWebhookConfiguration",
@@ -5275,7 +5275,7 @@ def replace_validating_admission_policy_with_http_info(self, name, body, **kwarg
52755275

52765276
# Authentication setting
52775277
auth_settings = ['BearerToken'] # noqa: E501
5278-
5278+
52795279
response_types_map = {
52805280
200: "V1ValidatingAdmissionPolicy",
52815281
201: "V1ValidatingAdmissionPolicy",
@@ -5451,7 +5451,7 @@ def replace_validating_admission_policy_binding_with_http_info(self, name, body,
54515451

54525452
# Authentication setting
54535453
auth_settings = ['BearerToken'] # noqa: E501
5454-
5454+
54555455
response_types_map = {
54565456
200: "V1ValidatingAdmissionPolicyBinding",
54575457
201: "V1ValidatingAdmissionPolicyBinding",
@@ -5627,7 +5627,7 @@ def replace_validating_admission_policy_status_with_http_info(self, name, body,
56275627

56285628
# Authentication setting
56295629
auth_settings = ['BearerToken'] # noqa: E501
5630-
5630+
56315631
response_types_map = {
56325632
200: "V1ValidatingAdmissionPolicy",
56335633
201: "V1ValidatingAdmissionPolicy",
@@ -5803,7 +5803,7 @@ def replace_validating_webhook_configuration_with_http_info(self, name, body, **
58035803

58045804
# Authentication setting
58055805
auth_settings = ['BearerToken'] # noqa: E501
5806-
5806+
58075807
response_types_map = {
58085808
200: "V1ValidatingWebhookConfiguration",
58095809
201: "V1ValidatingWebhookConfiguration",

0 commit comments

Comments
 (0)