Skip to content

Commit efc142e

Browse files
committed
regenerate client for release 29.0.0
1 parent 87c9891 commit efc142e

File tree

784 files changed

+13867
-5907
lines changed

Some content is hidden

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

784 files changed

+13867
-5907
lines changed

kubernetes_asyncio/.openapi-generator/FILES

+108-84
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36b4af8ec818b0cf29f7517debcbde42df0c93d5add319b8af5696fb2df860b8
1+
fd69c7bc6b7a553bdf8835f1423e5a8f6b7ec294e35f18f1d03e97f038f286fe

kubernetes_asyncio/README.md

+75-57
Large diffs are not rendered by default.

kubernetes_asyncio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes_asyncio'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "28.2.0+snapshot"
17+
__version__ = "29.0.0+snapshot"
1818

1919
import kubernetes_asyncio.client
2020
import kubernetes_asyncio.config

kubernetes_asyncio/client/__init__.py

+38-30
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from kubernetes_asyncio.client.api.events_api import EventsApi
4040
from kubernetes_asyncio.client.api.events_v1_api import EventsV1Api
4141
from kubernetes_asyncio.client.api.flowcontrol_apiserver_api import FlowcontrolApiserverApi
42-
from kubernetes_asyncio.client.api.flowcontrol_apiserver_v1beta2_api import FlowcontrolApiserverV1beta2Api
42+
from kubernetes_asyncio.client.api.flowcontrol_apiserver_v1_api import FlowcontrolApiserverV1Api
4343
from kubernetes_asyncio.client.api.flowcontrol_apiserver_v1beta3_api import FlowcontrolApiserverV1beta3Api
4444
from kubernetes_asyncio.client.api.internal_apiserver_api import InternalApiserverApi
4545
from kubernetes_asyncio.client.api.internal_apiserver_v1alpha1_api import InternalApiserverV1alpha1Api
@@ -60,4 +60,5 @@
6060
from kubernetes_asyncio.client.api.scheduling_v1_api import SchedulingV1Api
6161
from kubernetes_asyncio.client.api.storage_api import StorageApi
6262
from kubernetes_asyncio.client.api.storage_v1_api import StorageV1Api
63+
from kubernetes_asyncio.client.api.storage_v1alpha1_api import StorageV1alpha1Api
6364
from kubernetes_asyncio.client.api.version_api import VersionApi

kubernetes_asyncio/client/api/admissionregistration_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/admissionregistration_v1_api.py

+29-29
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/admissionregistration_v1alpha1_api.py

+35-35
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/admissionregistration_v1beta1_api.py

+35-35
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apiextensions_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiextensions_v1_api.py

+21-21
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apiregistration_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiregistration_v1_api.py

+21-21
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/apis_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apps_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apps_v1_api.py

+123-123
Large diffs are not rendered by default.

kubernetes_asyncio/client/api/authentication_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authentication_v1_api.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -54,7 +54,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
5454
:type field_manager: str
5555
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
5656
:type field_validation: str
57-
:param pretty: If 'true', then the output is pretty printed.
57+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
5858
:type pretty: str
5959
:param async_req: Whether to execute the request asynchronously.
6060
:type async_req: bool, optional
@@ -92,7 +92,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
9292
:type field_manager: str
9393
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
9494
:type field_validation: str
95-
:param pretty: If 'true', then the output is pretty printed.
95+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
9696
:type pretty: str
9797
:param async_req: Whether to execute the request asynchronously.
9898
:type async_req: bool, optional
@@ -223,7 +223,7 @@ def create_token_review(self, body, **kwargs): # noqa: E501
223223
:type field_manager: str
224224
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
225225
:type field_validation: str
226-
:param pretty: If 'true', then the output is pretty printed.
226+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
227227
:type pretty: str
228228
:param async_req: Whether to execute the request asynchronously.
229229
:type async_req: bool, optional
@@ -261,7 +261,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
261261
:type field_manager: str
262262
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
263263
:type field_validation: str
264-
:param pretty: If 'true', then the output is pretty printed.
264+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
265265
:type pretty: str
266266
:param async_req: Whether to execute the request asynchronously.
267267
:type async_req: bool, optional

kubernetes_asyncio/client/api/authentication_v1alpha1_api.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -54,7 +54,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
5454
:type field_manager: str
5555
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
5656
:type field_validation: str
57-
:param pretty: If 'true', then the output is pretty printed.
57+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
5858
:type pretty: str
5959
:param async_req: Whether to execute the request asynchronously.
6060
:type async_req: bool, optional
@@ -92,7 +92,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
9292
:type field_manager: str
9393
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
9494
:type field_validation: str
95-
:param pretty: If 'true', then the output is pretty printed.
95+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
9696
:type pretty: str
9797
:param async_req: Whether to execute the request asynchronously.
9898
:type async_req: bool, optional

kubernetes_asyncio/client/api/authentication_v1beta1_api.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -54,7 +54,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
5454
:type field_manager: str
5555
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
5656
:type field_validation: str
57-
:param pretty: If 'true', then the output is pretty printed.
57+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
5858
:type pretty: str
5959
:param async_req: Whether to execute the request asynchronously.
6060
:type async_req: bool, optional
@@ -92,7 +92,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
9292
:type field_manager: str
9393
:param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
9494
:type field_validation: str
95-
:param pretty: If 'true', then the output is pretty printed.
95+
:param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
9696
:type pretty: str
9797
:param async_req: Whether to execute the request asynchronously.
9898
:type async_req: bool, optional

kubernetes_asyncio/client/api/authorization_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: v1.28.2
8+
The version of the OpenAPI document: v1.29.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

0 commit comments

Comments
 (0)