Skip to content

Commit b490a11

Browse files
committed
generated API change
1 parent ea66f65 commit b490a11

File tree

769 files changed

+31408
-18168
lines changed

Some content is hidden

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

769 files changed

+31408
-18168
lines changed

kubernetes/client/api/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from kubernetes.client.api.authentication_api import AuthenticationApi
1818
from kubernetes.client.api.authentication_v1_api import AuthenticationV1Api
1919
from kubernetes.client.api.authentication_v1alpha1_api import AuthenticationV1alpha1Api
20+
from kubernetes.client.api.authentication_v1beta1_api import AuthenticationV1beta1Api
2021
from kubernetes.client.api.authorization_api import AuthorizationApi
2122
from kubernetes.client.api.authorization_v1_api import AuthorizationV1Api
2223
from kubernetes.client.api.autoscaling_api import AutoscalingApi
@@ -26,6 +27,7 @@
2627
from kubernetes.client.api.batch_v1_api import BatchV1Api
2728
from kubernetes.client.api.certificates_api import CertificatesApi
2829
from kubernetes.client.api.certificates_v1_api import CertificatesV1Api
30+
from kubernetes.client.api.certificates_v1alpha1_api import CertificatesV1alpha1Api
2931
from kubernetes.client.api.coordination_api import CoordinationApi
3032
from kubernetes.client.api.coordination_v1_api import CoordinationV1Api
3133
from kubernetes.client.api.core_api import CoreApi
@@ -52,10 +54,9 @@
5254
from kubernetes.client.api.rbac_authorization_api import RbacAuthorizationApi
5355
from kubernetes.client.api.rbac_authorization_v1_api import RbacAuthorizationV1Api
5456
from kubernetes.client.api.resource_api import ResourceApi
55-
from kubernetes.client.api.resource_v1alpha1_api import ResourceV1alpha1Api
57+
from kubernetes.client.api.resource_v1alpha2_api import ResourceV1alpha2Api
5658
from kubernetes.client.api.scheduling_api import SchedulingApi
5759
from kubernetes.client.api.scheduling_v1_api import SchedulingV1Api
5860
from kubernetes.client.api.storage_api import StorageApi
5961
from kubernetes.client.api.storage_v1_api import StorageV1Api
60-
from kubernetes.client.api.storage_v1beta1_api import StorageV1beta1Api
6162
from kubernetes.client.api.version_api import VersionApi

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

kubernetes/client/api/admissionregistration_v1_api.py

+33-13
Large diffs are not rendered by default.

kubernetes/client/api/admissionregistration_v1alpha1_api.py

+447-13
Large diffs are not rendered by default.

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

kubernetes/client/api/apiextensions_v1_api.py

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

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

kubernetes/client/api/apiregistration_v1_api.py

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

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

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

kubernetes/client/api/apps_v1_api.py

+134-59
Large diffs are not rendered by default.

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

kubernetes/client/api/authentication_v1_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.26
8+
The version of the OpenAPI document: release-1.27
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -49,7 +49,7 @@ def create_token_review(self, body, **kwargs): # noqa: E501
4949
:param V1TokenReview body: (required)
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.
52-
:param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled. 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 and is the default behavior when the `ServerSideFieldValidation` feature gate is disabled. - 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 when the `ServerSideFieldValidation` feature gate is enabled. - 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.
52+
: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.
5353
:param str pretty: If 'true', then the output is pretty printed.
5454
:param _preload_content: if False, the urllib3.HTTPResponse object will
5555
be returned without reading/decoding response
@@ -78,7 +78,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
7878
:param V1TokenReview body: (required)
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.
81-
:param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled. 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 and is the default behavior when the `ServerSideFieldValidation` feature gate is disabled. - 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 when the `ServerSideFieldValidation` feature gate is enabled. - 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.
81+
: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.
8282
:param str pretty: If 'true', then the output is pretty printed.
8383
:param _return_http_data_only: response data without head status code
8484
and headers

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

@@ -49,7 +49,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
4949
:param V1alpha1SelfSubjectReview body: (required)
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.
52-
:param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled. 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 and is the default behavior when the `ServerSideFieldValidation` feature gate is disabled. - 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 when the `ServerSideFieldValidation` feature gate is enabled. - 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.
52+
: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.
5353
:param str pretty: If 'true', then the output is pretty printed.
5454
:param _preload_content: if False, the urllib3.HTTPResponse object will
5555
be returned without reading/decoding response
@@ -78,7 +78,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
7878
:param V1alpha1SelfSubjectReview body: (required)
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.
81-
:param str field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields, provided that the `ServerSideFieldValidation` feature gate is also enabled. 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 and is the default behavior when the `ServerSideFieldValidation` feature gate is disabled. - 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 when the `ServerSideFieldValidation` feature gate is enabled. - 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.
81+
: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.
8282
:param str pretty: If 'true', then the output is pretty printed.
8383
:param _return_http_data_only: response data without head status code
8484
and headers

0 commit comments

Comments
 (0)