Skip to content

Commit a4bfd1e

Browse files
committed
auto generated after upgrading openapi generator to v6.6.0
1 parent 3ff52e6 commit a4bfd1e

146 files changed

Lines changed: 6852 additions & 7963 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit/Tag : 4a36be70025e9c0d3ff61731618b7fc2d942c4b6
2-
Actual Commit : 4a36be70025e9c0d3ff61731618b7fc2d942c4b6
1+
Requested Commit/Tag : v6.6.0
2+
Actual Commit : 7f8b853f502d9039c9a0aac2614ce92871e895ed

kubernetes_asyncio/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.gitignore
22
.gitlab-ci.yml
3-
.openapi-generator-ignore
43
.travis.yml
54
README.md
65
client/__init__.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0
1+
6.6.0

kubernetes_asyncio/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ configuration.api_key['BearerToken'] = 'YOUR_API_KEY'
7171

7272

7373
# Enter a context with an instance of the API kubernetes_asyncio.client
74-
with kubernetes_asyncio.client.ApiClient(configuration) as api_client:
74+
async with kubernetes_asyncio.client.ApiClient(configuration) as api_client:
7575
# Create an instance of the API class
7676
api_instance = kubernetes_asyncio.client.WellKnownApi(api_client)
7777

7878
try:
79-
api_response = api_instance.get_service_account_issuer_open_id_configuration()
79+
api_response = await api_instance.get_service_account_issuer_open_id_configuration()
8080
pprint(api_response)
8181
except ApiException as e:
8282
print("Exception when calling WellKnownApi->get_service_account_issuer_open_id_configuration: %s\n" % e)
@@ -1717,10 +1717,13 @@ Class | Method | HTTP request | Description
17171717
- [VersionInfo](docs/VersionInfo.md)
17181718

17191719

1720+
<a id="documentation-for-authorization"></a>
17201721
## Documentation For Authorization
17211722

17221723

1723-
## BearerToken
1724+
Authentication schemes defined for the API:
1725+
<a id="BearerToken"></a>
1726+
### BearerToken
17241727

17251728
- **Type**: API key
17261729
- **API key parameter name**: authorization

kubernetes_asyncio/client/api/admissionregistration_v1_api.py

Lines changed: 238 additions & 261 deletions
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/admissionregistration_v1alpha1_api.py

Lines changed: 110 additions & 120 deletions
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/admissionregistration_v1beta1_api.py

Lines changed: 110 additions & 120 deletions
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apiextensions_v1_api.py

Lines changed: 73 additions & 81 deletions
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apiregistration_v1_api.py

Lines changed: 73 additions & 81 deletions
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apps_v1_api.py

Lines changed: 512 additions & 614 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)