Skip to content

Commit ab09751

Browse files
committed
generated API change
1 parent e3ada8b commit ab09751

File tree

715 files changed

+12220
-5944
lines changed

Some content is hidden

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

715 files changed

+12220
-5944
lines changed

Diff for: kubernetes/client/api/__init__.py

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

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/client/api/admissionregistration_v1_api.py

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

Diff for: kubernetes/client/api/admissionregistration_v1alpha1_api.py

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

Diff for: kubernetes/client/api/admissionregistration_v1beta1_api.py

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

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/client/api/apiextensions_v1_api.py

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

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/client/api/apiregistration_v1_api.py

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

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/client/api/apps_v1_api.py

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

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -50,7 +50,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
5050
:param str 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
5151
:param str field_manager: 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.
5252
:param str 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.
53-
:param str pretty: If 'true', then the output is pretty printed.
53+
:param str 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).
5454
:param _preload_content: if False, the urllib3.HTTPResponse object will
5555
be returned without reading/decoding response
5656
data. Default is True.
@@ -79,7 +79,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
7979
:param str 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
8080
:param str field_manager: 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.
8181
:param str 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.
82-
:param str pretty: If 'true', then the output is pretty printed.
82+
:param str 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).
8383
:param _return_http_data_only: response data without head status code
8484
and headers
8585
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -184,7 +184,7 @@ def create_token_review(self, body, **kwargs): # noqa: E501
184184
:param str 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
185185
:param str field_manager: 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.
186186
:param str 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.
187-
:param str pretty: If 'true', then the output is pretty printed.
187+
:param str 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).
188188
:param _preload_content: if False, the urllib3.HTTPResponse object will
189189
be returned without reading/decoding response
190190
data. Default is True.
@@ -213,7 +213,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
213213
:param str 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
214214
:param str field_manager: 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.
215215
:param str 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.
216-
:param str pretty: If 'true', then the output is pretty printed.
216+
:param str 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).
217217
:param _return_http_data_only: response data without head status code
218218
and headers
219219
:param _preload_content: if False, the urllib3.HTTPResponse object will

Diff for: kubernetes/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: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -50,7 +50,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
5050
:param str 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
5151
:param str field_manager: 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.
5252
:param str 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.
53-
:param str pretty: If 'true', then the output is pretty printed.
53+
:param str 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).
5454
:param _preload_content: if False, the urllib3.HTTPResponse object will
5555
be returned without reading/decoding response
5656
data. Default is True.
@@ -79,7 +79,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
7979
:param str 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
8080
:param str field_manager: 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.
8181
:param str 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.
82-
:param str pretty: If 'true', then the output is pretty printed.
82+
:param str 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).
8383
:param _return_http_data_only: response data without head status code
8484
and headers
8585
:param _preload_content: if False, the urllib3.HTTPResponse object will

0 commit comments

Comments
 (0)