Skip to content

Commit b227345

Browse files
committed
generated API change
1 parent bd5745a commit b227345

File tree

783 files changed

+42024
-35381
lines changed

Some content is hidden

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

783 files changed

+42024
-35381
lines changed

kubernetes/client/api/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from kubernetes.client.api.authorization_v1_api import AuthorizationV1Api
2020
from kubernetes.client.api.autoscaling_api import AutoscalingApi
2121
from kubernetes.client.api.autoscaling_v1_api import AutoscalingV1Api
22+
from kubernetes.client.api.autoscaling_v2_api import AutoscalingV2Api
2223
from kubernetes.client.api.autoscaling_v2beta1_api import AutoscalingV2beta1Api
2324
from kubernetes.client.api.autoscaling_v2beta2_api import AutoscalingV2beta2Api
2425
from kubernetes.client.api.batch_api import BatchApi
@@ -39,6 +40,7 @@
3940
from kubernetes.client.api.events_v1beta1_api import EventsV1beta1Api
4041
from kubernetes.client.api.flowcontrol_apiserver_api import FlowcontrolApiserverApi
4142
from kubernetes.client.api.flowcontrol_apiserver_v1beta1_api import FlowcontrolApiserverV1beta1Api
43+
from kubernetes.client.api.flowcontrol_apiserver_v1beta2_api import FlowcontrolApiserverV1beta2Api
4244
from kubernetes.client.api.internal_apiserver_api import InternalApiserverApi
4345
from kubernetes.client.api.internal_apiserver_v1alpha1_api import InternalApiserverV1alpha1Api
4446
from kubernetes.client.api.logs_api import LogsApi
@@ -54,10 +56,8 @@
5456
from kubernetes.client.api.policy_v1beta1_api import PolicyV1beta1Api
5557
from kubernetes.client.api.rbac_authorization_api import RbacAuthorizationApi
5658
from kubernetes.client.api.rbac_authorization_v1_api import RbacAuthorizationV1Api
57-
from kubernetes.client.api.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api
5859
from kubernetes.client.api.scheduling_api import SchedulingApi
5960
from kubernetes.client.api.scheduling_v1_api import SchedulingV1Api
60-
from kubernetes.client.api.scheduling_v1alpha1_api import SchedulingV1alpha1Api
6161
from kubernetes.client.api.storage_api import StorageApi
6262
from kubernetes.client.api.storage_v1_api import StorageV1Api
6363
from kubernetes.client.api.storage_v1alpha1_api import StorageV1alpha1Api

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

kubernetes/client/api/admissionregistration_v1_api.py

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

kubernetes/client/api/apiextensions_v1_api.py

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

kubernetes/client/api/apiregistration_v1_api.py

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

kubernetes/client/api/apps_v1_api.py

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

kubernetes/client/api/authentication_v1_api.py

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

@@ -49,6 +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 determines how the server should respond to unknown/duplicate fields in the object in the request. Introduced as alpha in 1.23, older servers or servers with the `ServerSideFieldValidation` feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.
5253
:param str pretty: If 'true', then the output is pretty printed.
5354
:param _preload_content: if False, the urllib3.HTTPResponse object will
5455
be returned without reading/decoding response
@@ -77,6 +78,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
7778
:param V1TokenReview body: (required)
7879
: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
7980
: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 determines how the server should respond to unknown/duplicate fields in the object in the request. Introduced as alpha in 1.23, older servers or servers with the `ServerSideFieldValidation` feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.
8082
:param str pretty: If 'true', then the output is pretty printed.
8183
:param _return_http_data_only: response data without head status code
8284
and headers
@@ -98,6 +100,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
98100
'body',
99101
'dry_run',
100102
'field_manager',
103+
'field_validation',
101104
'pretty'
102105
]
103106
all_params.extend(
@@ -131,6 +134,8 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
131134
query_params.append(('dryRun', local_var_params['dry_run'])) # noqa: E501
132135
if 'field_manager' in local_var_params and local_var_params['field_manager'] is not None: # noqa: E501
133136
query_params.append(('fieldManager', local_var_params['field_manager'])) # noqa: E501
137+
if 'field_validation' in local_var_params and local_var_params['field_validation'] is not None: # noqa: E501
138+
query_params.append(('fieldValidation', local_var_params['field_validation'])) # noqa: E501
134139
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
135140
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
136141

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

0 commit comments

Comments
 (0)