Skip to content

Commit

Permalink
generate 1.14 specs w/ openapi 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yue9944882 committed May 16, 2019
1 parent 33884e0 commit c654a96
Show file tree
Hide file tree
Showing 642 changed files with 18,953 additions and 7,324 deletions.
4 changes: 4 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

.gitignore
lib/Kubernetes/ApiClient.pm
lib/Kubernetes/Util/**
README.md
4 changes: 2 additions & 2 deletions .openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Requested Commit: v3.3.4
Actual Commit: 2353d71d4b02be6dbabe25aac1a9e56eb3b812a2
Requested Commit: v4.0.0
Actual Commit: 37442733120ca60a5a28e765e377871da20d37d0
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
4.0.0
2 changes: 1 addition & 1 deletion .openapi-generator/swagger.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2f05aa53aff9e869b8e72623f8047bb5235ed989e0656a0c3e257fa3f502a48
0f55173caf075d6a063f6ab524c6b52114e8bba600b154b3f40cb4f403fbc7a6
2 changes: 1 addition & 1 deletion lib/Kubernetes/AdmissionregistrationApi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI spec version: v1.13.5
The version of the OpenAPI document: v1.13.7
Generated by: https://openapi-generator.tech
Expand Down
6 changes: 3 additions & 3 deletions lib/Kubernetes/AdmissionregistrationV1alpha1Api.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI spec version: v1.13.5
The version of the OpenAPI document: v1.13.7
Generated by: https://openapi-generator.tech
Expand Down Expand Up @@ -734,7 +734,7 @@ sub list_initializer_configuration {
#
#
# @param string $name name of the InitializerConfiguration (required)
# @param UNKNOWN_BASE_TYPE $body (required)
# @param object $body (required)
# @param string $pretty If 'true', then the output is pretty printed. (optional)
# @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)
{
Expand All @@ -745,7 +745,7 @@ sub list_initializer_configuration {
required => '1',
},
'body' => {
data_type => 'UNKNOWN_BASE_TYPE',
data_type => 'object',
description => '',
required => '1',
},
Expand Down
10 changes: 5 additions & 5 deletions lib/Kubernetes/AdmissionregistrationV1beta1Api.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI spec version: v1.13.5
The version of the OpenAPI document: v1.13.7
Generated by: https://openapi-generator.tech
Expand Down Expand Up @@ -1363,7 +1363,7 @@ sub list_validating_webhook_configuration {
#
#
# @param string $name name of the MutatingWebhookConfiguration (required)
# @param UNKNOWN_BASE_TYPE $body (required)
# @param object $body (required)
# @param string $pretty If 'true', then the output is pretty printed. (optional)
# @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)
{
Expand All @@ -1374,7 +1374,7 @@ sub list_validating_webhook_configuration {
required => '1',
},
'body' => {
data_type => 'UNKNOWN_BASE_TYPE',
data_type => 'object',
description => '',
required => '1',
},
Expand Down Expand Up @@ -1490,7 +1490,7 @@ sub patch_mutating_webhook_configuration {
#
#
# @param string $name name of the ValidatingWebhookConfiguration (required)
# @param UNKNOWN_BASE_TYPE $body (required)
# @param object $body (required)
# @param string $pretty If 'true', then the output is pretty printed. (optional)
# @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)
{
Expand All @@ -1501,7 +1501,7 @@ sub patch_mutating_webhook_configuration {
required => '1',
},
'body' => {
data_type => 'UNKNOWN_BASE_TYPE',
data_type => 'object',
description => '',
required => '1',
},
Expand Down
Loading

0 comments on commit c654a96

Please sign in to comment.