Skip to content

Commit 71aa54c

Browse files
committed
running code-generator
1 parent 8af4715 commit 71aa54c

File tree

110 files changed

+1286
-1264
lines changed

Some content is hidden

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

110 files changed

+1286
-1264
lines changed

kubernetes/docs/AdmissionregistrationV1beta1Api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ BearerToken.setApiKey("YOUR API KEY");
631631

632632
AdmissionregistrationV1beta1Api apiInstance = new AdmissionregistrationV1beta1Api();
633633
String name = "name_example"; // String | name of the MutatingWebhookConfiguration
634-
Object body = null; // Object |
634+
V1Patch body = new V1Patch(); // V1Patch |
635635
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
636636
String dryRun = "dryRun_example"; // String | 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
637637
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -650,7 +650,7 @@ try {
650650
Name | Type | Description | Notes
651651
------------- | ------------- | ------------- | -------------
652652
**name** | **String**| name of the MutatingWebhookConfiguration |
653-
**body** | **Object**| |
653+
**body** | [**V1Patch**](V1Patch.md)| |
654654
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
655655
**dryRun** | **String**| 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]
656656
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]
@@ -696,7 +696,7 @@ BearerToken.setApiKey("YOUR API KEY");
696696

697697
AdmissionregistrationV1beta1Api apiInstance = new AdmissionregistrationV1beta1Api();
698698
String name = "name_example"; // String | name of the ValidatingWebhookConfiguration
699-
Object body = null; // Object |
699+
V1Patch body = new V1Patch(); // V1Patch |
700700
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
701701
String dryRun = "dryRun_example"; // String | 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
702702
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -715,7 +715,7 @@ try {
715715
Name | Type | Description | Notes
716716
------------- | ------------- | ------------- | -------------
717717
**name** | **String**| name of the ValidatingWebhookConfiguration |
718-
**body** | **Object**| |
718+
**body** | [**V1Patch**](V1Patch.md)| |
719719
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
720720
**dryRun** | **String**| 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]
721721
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]

kubernetes/docs/ApiextensionsV1beta1Api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ BearerToken.setApiKey("YOUR API KEY");
361361

362362
ApiextensionsV1beta1Api apiInstance = new ApiextensionsV1beta1Api();
363363
String name = "name_example"; // String | name of the CustomResourceDefinition
364-
Object body = null; // Object |
364+
V1Patch body = new V1Patch(); // V1Patch |
365365
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
366366
String dryRun = "dryRun_example"; // String | 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
367367
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -380,7 +380,7 @@ try {
380380
Name | Type | Description | Notes
381381
------------- | ------------- | ------------- | -------------
382382
**name** | **String**| name of the CustomResourceDefinition |
383-
**body** | **Object**| |
383+
**body** | [**V1Patch**](V1Patch.md)| |
384384
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
385385
**dryRun** | **String**| 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]
386386
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]
@@ -426,7 +426,7 @@ BearerToken.setApiKey("YOUR API KEY");
426426

427427
ApiextensionsV1beta1Api apiInstance = new ApiextensionsV1beta1Api();
428428
String name = "name_example"; // String | name of the CustomResourceDefinition
429-
Object body = null; // Object |
429+
V1Patch body = new V1Patch(); // V1Patch |
430430
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
431431
String dryRun = "dryRun_example"; // String | 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
432432
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -445,7 +445,7 @@ try {
445445
Name | Type | Description | Notes
446446
------------- | ------------- | ------------- | -------------
447447
**name** | **String**| name of the CustomResourceDefinition |
448-
**body** | **Object**| |
448+
**body** | [**V1Patch**](V1Patch.md)| |
449449
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
450450
**dryRun** | **String**| 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]
451451
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]

kubernetes/docs/ApiregistrationV1Api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ BearerToken.setApiKey("YOUR API KEY");
361361

362362
ApiregistrationV1Api apiInstance = new ApiregistrationV1Api();
363363
String name = "name_example"; // String | name of the APIService
364-
Object body = null; // Object |
364+
V1Patch body = new V1Patch(); // V1Patch |
365365
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
366366
String dryRun = "dryRun_example"; // String | 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
367367
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -380,7 +380,7 @@ try {
380380
Name | Type | Description | Notes
381381
------------- | ------------- | ------------- | -------------
382382
**name** | **String**| name of the APIService |
383-
**body** | **Object**| |
383+
**body** | [**V1Patch**](V1Patch.md)| |
384384
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
385385
**dryRun** | **String**| 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]
386386
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]
@@ -426,7 +426,7 @@ BearerToken.setApiKey("YOUR API KEY");
426426

427427
ApiregistrationV1Api apiInstance = new ApiregistrationV1Api();
428428
String name = "name_example"; // String | name of the APIService
429-
Object body = null; // Object |
429+
V1Patch body = new V1Patch(); // V1Patch |
430430
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
431431
String dryRun = "dryRun_example"; // String | 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
432432
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -445,7 +445,7 @@ try {
445445
Name | Type | Description | Notes
446446
------------- | ------------- | ------------- | -------------
447447
**name** | **String**| name of the APIService |
448-
**body** | **Object**| |
448+
**body** | [**V1Patch**](V1Patch.md)| |
449449
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
450450
**dryRun** | **String**| 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]
451451
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]

kubernetes/docs/ApiregistrationV1beta1Api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ BearerToken.setApiKey("YOUR API KEY");
361361

362362
ApiregistrationV1beta1Api apiInstance = new ApiregistrationV1beta1Api();
363363
String name = "name_example"; // String | name of the APIService
364-
Object body = null; // Object |
364+
V1Patch body = new V1Patch(); // V1Patch |
365365
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
366366
String dryRun = "dryRun_example"; // String | 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
367367
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -380,7 +380,7 @@ try {
380380
Name | Type | Description | Notes
381381
------------- | ------------- | ------------- | -------------
382382
**name** | **String**| name of the APIService |
383-
**body** | **Object**| |
383+
**body** | [**V1Patch**](V1Patch.md)| |
384384
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
385385
**dryRun** | **String**| 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]
386386
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]
@@ -426,7 +426,7 @@ BearerToken.setApiKey("YOUR API KEY");
426426

427427
ApiregistrationV1beta1Api apiInstance = new ApiregistrationV1beta1Api();
428428
String name = "name_example"; // String | name of the APIService
429-
Object body = null; // Object |
429+
V1Patch body = new V1Patch(); // V1Patch |
430430
String pretty = "pretty_example"; // String | If 'true', then the output is pretty printed.
431431
String dryRun = "dryRun_example"; // String | 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
432432
String fieldManager = "fieldManager_example"; // String | fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).
@@ -445,7 +445,7 @@ try {
445445
Name | Type | Description | Notes
446446
------------- | ------------- | ------------- | -------------
447447
**name** | **String**| name of the APIService |
448-
**body** | **Object**| |
448+
**body** | [**V1Patch**](V1Patch.md)| |
449449
**pretty** | **String**| If 'true', then the output is pretty printed. | [optional]
450450
**dryRun** | **String**| 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]
451451
**fieldManager** | **String**| fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). | [optional]

0 commit comments

Comments
 (0)