Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc654a96

Browse files
committed
generate 1.14 specs w/ openapi 4.0
1 parent33884e0 commitc654a96

File tree

642 files changed

+18953
-7324
lines changed

Some content is hidden

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

642 files changed

+18953
-7324
lines changed

‎.openapi-generator-ignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
.gitignore
2426
lib/Kubernetes/ApiClient.pm
27+
lib/Kubernetes/Util/**
28+
README.md

‎.openapi-generator/COMMIT‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit:v3.3.4
2-
Actual Commit:2353d71d4b02be6dbabe25aac1a9e56eb3b812a2
1+
Requested Commit:v4.0.0
2+
Actual Commit:37442733120ca60a5a28e765e377871da20d37d0

‎.openapi-generator/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
4.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2f05aa53aff9e869b8e72623f8047bb5235ed989e0656a0c3e257fa3f502a48
1+
0f55173caf075d6a063f6ab524c6b52114e8bba600b154b3f40cb4f403fbc7a6

‎lib/Kubernetes/AdmissionregistrationApi.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubernetes
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
OpenAPI specversion: v1.13.5
8+
Theversion of the OpenAPI document: v1.13.7
99
1010
Generated by: https://openapi-generator.tech
1111

‎lib/Kubernetes/AdmissionregistrationV1alpha1Api.pm‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubernetes
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
OpenAPI specversion: v1.13.5
8+
Theversion of the OpenAPI document: v1.13.7
99
1010
Generated by: https://openapi-generator.tech
1111
@@ -734,7 +734,7 @@ sub list_initializer_configuration {
734734
#
735735
#
736736
# @param string $name name of the InitializerConfiguration (required)
737-
# @paramUNKNOWN_BASE_TYPE $body (required)
737+
# @paramobject $body (required)
738738
# @param string $pretty If 'true', then the output is pretty printed. (optional)
739739
# @param string $dry_run When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed (optional)
740740
{
@@ -745,7 +745,7 @@ sub list_initializer_configuration {
745745
required=>'1',
746746
},
747747
'body'=> {
748-
data_type=>'UNKNOWN_BASE_TYPE',
748+
data_type=>'object',
749749
description=>'',
750750
required=>'1',
751751
},

‎lib/Kubernetes/AdmissionregistrationV1beta1Api.pm‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubernetes
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
OpenAPI specversion: v1.13.5
8+
Theversion of the OpenAPI document: v1.13.7
99
1010
Generated by: https://openapi-generator.tech
1111
@@ -1363,7 +1363,7 @@ sub list_validating_webhook_configuration {
13631363
#
13641364
#
13651365
# @param string $name name of the MutatingWebhookConfiguration (required)
1366-
# @paramUNKNOWN_BASE_TYPE $body (required)
1366+
# @paramobject $body (required)
13671367
# @param string $pretty If 'true', then the output is pretty printed. (optional)
13681368
# @param string $dry_run When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed (optional)
13691369
{
@@ -1374,7 +1374,7 @@ sub list_validating_webhook_configuration {
13741374
required=>'1',
13751375
},
13761376
'body'=> {
1377-
data_type=>'UNKNOWN_BASE_TYPE',
1377+
data_type=>'object',
13781378
description=>'',
13791379
required=>'1',
13801380
},
@@ -1490,7 +1490,7 @@ sub patch_mutating_webhook_configuration {
14901490
#
14911491
#
14921492
# @param string $name name of the ValidatingWebhookConfiguration (required)
1493-
# @paramUNKNOWN_BASE_TYPE $body (required)
1493+
# @paramobject $body (required)
14941494
# @param string $pretty If 'true', then the output is pretty printed. (optional)
14951495
# @param string $dry_run When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed (optional)
14961496
{
@@ -1501,7 +1501,7 @@ sub patch_mutating_webhook_configuration {
15011501
required=>'1',
15021502
},
15031503
'body'=> {
1504-
data_type=>'UNKNOWN_BASE_TYPE',
1504+
data_type=>'object',
15051505
description=>'',
15061506
required=>'1',
15071507
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp