Skip to content

Commit b8e0b3d

Browse files
committed
generated API change
1 parent d084739 commit b8e0b3d

File tree

836 files changed

+41752
-34454
lines changed

Some content is hidden

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

836 files changed

+41752
-34454
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from kubernetes.client.api.batch_api import BatchApi
3030
from kubernetes.client.api.batch_v1_api import BatchV1Api
3131
from kubernetes.client.api.batch_v1beta1_api import BatchV1beta1Api
32-
from kubernetes.client.api.batch_v2alpha1_api import BatchV2alpha1Api
3332
from kubernetes.client.api.certificates_api import CertificatesApi
3433
from kubernetes.client.api.certificates_v1_api import CertificatesV1Api
3534
from kubernetes.client.api.certificates_v1beta1_api import CertificatesV1beta1Api
@@ -40,14 +39,14 @@
4039
from kubernetes.client.api.core_v1_api import CoreV1Api
4140
from kubernetes.client.api.custom_objects_api import CustomObjectsApi
4241
from kubernetes.client.api.discovery_api import DiscoveryApi
42+
from kubernetes.client.api.discovery_v1_api import DiscoveryV1Api
4343
from kubernetes.client.api.discovery_v1beta1_api import DiscoveryV1beta1Api
4444
from kubernetes.client.api.events_api import EventsApi
4545
from kubernetes.client.api.events_v1_api import EventsV1Api
4646
from kubernetes.client.api.events_v1beta1_api import EventsV1beta1Api
4747
from kubernetes.client.api.extensions_api import ExtensionsApi
4848
from kubernetes.client.api.extensions_v1beta1_api import ExtensionsV1beta1Api
4949
from kubernetes.client.api.flowcontrol_apiserver_api import FlowcontrolApiserverApi
50-
from kubernetes.client.api.flowcontrol_apiserver_v1alpha1_api import FlowcontrolApiserverV1alpha1Api
5150
from kubernetes.client.api.flowcontrol_apiserver_v1beta1_api import FlowcontrolApiserverV1beta1Api
5251
from kubernetes.client.api.internal_apiserver_api import InternalApiserverApi
5352
from kubernetes.client.api.internal_apiserver_v1alpha1_api import InternalApiserverV1alpha1Api
@@ -61,6 +60,7 @@
6160
from kubernetes.client.api.node_v1beta1_api import NodeV1beta1Api
6261
from kubernetes.client.api.openid_api import OpenidApi
6362
from kubernetes.client.api.policy_api import PolicyApi
63+
from kubernetes.client.api.policy_v1_api import PolicyV1Api
6464
from kubernetes.client.api.policy_v1beta1_api import PolicyV1beta1Api
6565
from kubernetes.client.api.rbac_authorization_api import RbacAuthorizationApi
6666
from kubernetes.client.api.rbac_authorization_v1_api import RbacAuthorizationV1Api

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

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

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

@@ -1643,8 +1643,6 @@ def read_mutating_webhook_configuration(self, name, **kwargs): # noqa: E501
16431643
:param async_req bool: execute request asynchronously
16441644
:param str name: name of the MutatingWebhookConfiguration (required)
16451645
:param str pretty: If 'true', then the output is pretty printed.
1646-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1647-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
16481646
:param _preload_content: if False, the urllib3.HTTPResponse object will
16491647
be returned without reading/decoding response
16501648
data. Default is True.
@@ -1671,8 +1669,6 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
16711669
:param async_req bool: execute request asynchronously
16721670
:param str name: name of the MutatingWebhookConfiguration (required)
16731671
:param str pretty: If 'true', then the output is pretty printed.
1674-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1675-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
16761672
:param _return_http_data_only: response data without head status code
16771673
and headers
16781674
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1691,9 +1687,7 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
16911687

16921688
all_params = [
16931689
'name',
1694-
'pretty',
1695-
'exact',
1696-
'export'
1690+
'pretty'
16971691
]
16981692
all_params.extend(
16991693
[
@@ -1726,10 +1720,6 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
17261720
query_params = []
17271721
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
17281722
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1729-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1730-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1731-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1732-
query_params.append(('export', local_var_params['export'])) # noqa: E501
17331723

17341724
header_params = {}
17351725

@@ -1772,8 +1762,6 @@ def read_validating_webhook_configuration(self, name, **kwargs): # noqa: E501
17721762
:param async_req bool: execute request asynchronously
17731763
:param str name: name of the ValidatingWebhookConfiguration (required)
17741764
:param str pretty: If 'true', then the output is pretty printed.
1775-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1776-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
17771765
:param _preload_content: if False, the urllib3.HTTPResponse object will
17781766
be returned without reading/decoding response
17791767
data. Default is True.
@@ -1800,8 +1788,6 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18001788
:param async_req bool: execute request asynchronously
18011789
:param str name: name of the ValidatingWebhookConfiguration (required)
18021790
:param str pretty: If 'true', then the output is pretty printed.
1803-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1804-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
18051791
:param _return_http_data_only: response data without head status code
18061792
and headers
18071793
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1820,9 +1806,7 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18201806

18211807
all_params = [
18221808
'name',
1823-
'pretty',
1824-
'exact',
1825-
'export'
1809+
'pretty'
18261810
]
18271811
all_params.extend(
18281812
[
@@ -1855,10 +1839,6 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18551839
query_params = []
18561840
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
18571841
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1858-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1859-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1860-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1861-
query_params.append(('export', local_var_params['export'])) # noqa: E501
18621842

18631843
header_params = {}
18641844

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

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

@@ -1643,8 +1643,6 @@ def read_mutating_webhook_configuration(self, name, **kwargs): # noqa: E501
16431643
:param async_req bool: execute request asynchronously
16441644
:param str name: name of the MutatingWebhookConfiguration (required)
16451645
:param str pretty: If 'true', then the output is pretty printed.
1646-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1647-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
16481646
:param _preload_content: if False, the urllib3.HTTPResponse object will
16491647
be returned without reading/decoding response
16501648
data. Default is True.
@@ -1671,8 +1669,6 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
16711669
:param async_req bool: execute request asynchronously
16721670
:param str name: name of the MutatingWebhookConfiguration (required)
16731671
:param str pretty: If 'true', then the output is pretty printed.
1674-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1675-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
16761672
:param _return_http_data_only: response data without head status code
16771673
and headers
16781674
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1691,9 +1687,7 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
16911687

16921688
all_params = [
16931689
'name',
1694-
'pretty',
1695-
'exact',
1696-
'export'
1690+
'pretty'
16971691
]
16981692
all_params.extend(
16991693
[
@@ -1726,10 +1720,6 @@ def read_mutating_webhook_configuration_with_http_info(self, name, **kwargs): #
17261720
query_params = []
17271721
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
17281722
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1729-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1730-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1731-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1732-
query_params.append(('export', local_var_params['export'])) # noqa: E501
17331723

17341724
header_params = {}
17351725

@@ -1772,8 +1762,6 @@ def read_validating_webhook_configuration(self, name, **kwargs): # noqa: E501
17721762
:param async_req bool: execute request asynchronously
17731763
:param str name: name of the ValidatingWebhookConfiguration (required)
17741764
:param str pretty: If 'true', then the output is pretty printed.
1775-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1776-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
17771765
:param _preload_content: if False, the urllib3.HTTPResponse object will
17781766
be returned without reading/decoding response
17791767
data. Default is True.
@@ -1800,8 +1788,6 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18001788
:param async_req bool: execute request asynchronously
18011789
:param str name: name of the ValidatingWebhookConfiguration (required)
18021790
:param str pretty: If 'true', then the output is pretty printed.
1803-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1804-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
18051791
:param _return_http_data_only: response data without head status code
18061792
and headers
18071793
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1820,9 +1806,7 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18201806

18211807
all_params = [
18221808
'name',
1823-
'pretty',
1824-
'exact',
1825-
'export'
1809+
'pretty'
18261810
]
18271811
all_params.extend(
18281812
[
@@ -1855,10 +1839,6 @@ def read_validating_webhook_configuration_with_http_info(self, name, **kwargs):
18551839
query_params = []
18561840
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
18571841
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1858-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1859-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1860-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1861-
query_params.append(('export', local_var_params['export'])) # noqa: E501
18621842

18631843
header_params = {}
18641844

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

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

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

@@ -1045,8 +1045,6 @@ def read_custom_resource_definition(self, name, **kwargs): # noqa: E501
10451045
:param async_req bool: execute request asynchronously
10461046
:param str name: name of the CustomResourceDefinition (required)
10471047
:param str pretty: If 'true', then the output is pretty printed.
1048-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1049-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
10501048
:param _preload_content: if False, the urllib3.HTTPResponse object will
10511049
be returned without reading/decoding response
10521050
data. Default is True.
@@ -1073,8 +1071,6 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
10731071
:param async_req bool: execute request asynchronously
10741072
:param str name: name of the CustomResourceDefinition (required)
10751073
:param str pretty: If 'true', then the output is pretty printed.
1076-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1077-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
10781074
:param _return_http_data_only: response data without head status code
10791075
and headers
10801076
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1093,9 +1089,7 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
10931089

10941090
all_params = [
10951091
'name',
1096-
'pretty',
1097-
'exact',
1098-
'export'
1092+
'pretty'
10991093
]
11001094
all_params.extend(
11011095
[
@@ -1128,10 +1122,6 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
11281122
query_params = []
11291123
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
11301124
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1131-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1132-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1133-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1134-
query_params.append(('export', local_var_params['export'])) # noqa: E501
11351125

11361126
header_params = {}
11371127

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

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

@@ -1045,8 +1045,6 @@ def read_custom_resource_definition(self, name, **kwargs): # noqa: E501
10451045
:param async_req bool: execute request asynchronously
10461046
:param str name: name of the CustomResourceDefinition (required)
10471047
:param str pretty: If 'true', then the output is pretty printed.
1048-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1049-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
10501048
:param _preload_content: if False, the urllib3.HTTPResponse object will
10511049
be returned without reading/decoding response
10521050
data. Default is True.
@@ -1073,8 +1071,6 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
10731071
:param async_req bool: execute request asynchronously
10741072
:param str name: name of the CustomResourceDefinition (required)
10751073
:param str pretty: If 'true', then the output is pretty printed.
1076-
:param bool exact: Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
1077-
:param bool export: Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
10781074
:param _return_http_data_only: response data without head status code
10791075
and headers
10801076
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1093,9 +1089,7 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
10931089

10941090
all_params = [
10951091
'name',
1096-
'pretty',
1097-
'exact',
1098-
'export'
1092+
'pretty'
10991093
]
11001094
all_params.extend(
11011095
[
@@ -1128,10 +1122,6 @@ def read_custom_resource_definition_with_http_info(self, name, **kwargs): # noq
11281122
query_params = []
11291123
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
11301124
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
1131-
if 'exact' in local_var_params and local_var_params['exact'] is not None: # noqa: E501
1132-
query_params.append(('exact', local_var_params['exact'])) # noqa: E501
1133-
if 'export' in local_var_params and local_var_params['export'] is not None: # noqa: E501
1134-
query_params.append(('export', local_var_params['export'])) # noqa: E501
11351125

11361126
header_params = {}
11371127

0 commit comments

Comments
 (0)