Skip to content

Commit 1ee383e

Browse files
committed
generated API change
1 parent 349f42a commit 1ee383e

File tree

898 files changed

+37783
-138717
lines changed

Some content is hidden

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

898 files changed

+37783
-138717
lines changed

kubernetes/client/api/__init__.py

-12
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,17 @@
66
from kubernetes.client.api.well_known_api import WellKnownApi
77
from kubernetes.client.api.admissionregistration_api import AdmissionregistrationApi
88
from kubernetes.client.api.admissionregistration_v1_api import AdmissionregistrationV1Api
9-
from kubernetes.client.api.admissionregistration_v1beta1_api import AdmissionregistrationV1beta1Api
109
from kubernetes.client.api.apiextensions_api import ApiextensionsApi
1110
from kubernetes.client.api.apiextensions_v1_api import ApiextensionsV1Api
12-
from kubernetes.client.api.apiextensions_v1beta1_api import ApiextensionsV1beta1Api
1311
from kubernetes.client.api.apiregistration_api import ApiregistrationApi
1412
from kubernetes.client.api.apiregistration_v1_api import ApiregistrationV1Api
15-
from kubernetes.client.api.apiregistration_v1beta1_api import ApiregistrationV1beta1Api
1613
from kubernetes.client.api.apis_api import ApisApi
1714
from kubernetes.client.api.apps_api import AppsApi
1815
from kubernetes.client.api.apps_v1_api import AppsV1Api
1916
from kubernetes.client.api.authentication_api import AuthenticationApi
2017
from kubernetes.client.api.authentication_v1_api import AuthenticationV1Api
21-
from kubernetes.client.api.authentication_v1beta1_api import AuthenticationV1beta1Api
2218
from kubernetes.client.api.authorization_api import AuthorizationApi
2319
from kubernetes.client.api.authorization_v1_api import AuthorizationV1Api
24-
from kubernetes.client.api.authorization_v1beta1_api import AuthorizationV1beta1Api
2520
from kubernetes.client.api.autoscaling_api import AutoscalingApi
2621
from kubernetes.client.api.autoscaling_v1_api import AutoscalingV1Api
2722
from kubernetes.client.api.autoscaling_v2beta1_api import AutoscalingV2beta1Api
@@ -31,10 +26,8 @@
3126
from kubernetes.client.api.batch_v1beta1_api import BatchV1beta1Api
3227
from kubernetes.client.api.certificates_api import CertificatesApi
3328
from kubernetes.client.api.certificates_v1_api import CertificatesV1Api
34-
from kubernetes.client.api.certificates_v1beta1_api import CertificatesV1beta1Api
3529
from kubernetes.client.api.coordination_api import CoordinationApi
3630
from kubernetes.client.api.coordination_v1_api import CoordinationV1Api
37-
from kubernetes.client.api.coordination_v1beta1_api import CoordinationV1beta1Api
3831
from kubernetes.client.api.core_api import CoreApi
3932
from kubernetes.client.api.core_v1_api import CoreV1Api
4033
from kubernetes.client.api.custom_objects_api import CustomObjectsApi
@@ -44,16 +37,13 @@
4437
from kubernetes.client.api.events_api import EventsApi
4538
from kubernetes.client.api.events_v1_api import EventsV1Api
4639
from kubernetes.client.api.events_v1beta1_api import EventsV1beta1Api
47-
from kubernetes.client.api.extensions_api import ExtensionsApi
48-
from kubernetes.client.api.extensions_v1beta1_api import ExtensionsV1beta1Api
4940
from kubernetes.client.api.flowcontrol_apiserver_api import FlowcontrolApiserverApi
5041
from kubernetes.client.api.flowcontrol_apiserver_v1beta1_api import FlowcontrolApiserverV1beta1Api
5142
from kubernetes.client.api.internal_apiserver_api import InternalApiserverApi
5243
from kubernetes.client.api.internal_apiserver_v1alpha1_api import InternalApiserverV1alpha1Api
5344
from kubernetes.client.api.logs_api import LogsApi
5445
from kubernetes.client.api.networking_api import NetworkingApi
5546
from kubernetes.client.api.networking_v1_api import NetworkingV1Api
56-
from kubernetes.client.api.networking_v1beta1_api import NetworkingV1beta1Api
5747
from kubernetes.client.api.node_api import NodeApi
5848
from kubernetes.client.api.node_v1_api import NodeV1Api
5949
from kubernetes.client.api.node_v1alpha1_api import NodeV1alpha1Api
@@ -65,11 +55,9 @@
6555
from kubernetes.client.api.rbac_authorization_api import RbacAuthorizationApi
6656
from kubernetes.client.api.rbac_authorization_v1_api import RbacAuthorizationV1Api
6757
from kubernetes.client.api.rbac_authorization_v1alpha1_api import RbacAuthorizationV1alpha1Api
68-
from kubernetes.client.api.rbac_authorization_v1beta1_api import RbacAuthorizationV1beta1Api
6958
from kubernetes.client.api.scheduling_api import SchedulingApi
7059
from kubernetes.client.api.scheduling_v1_api import SchedulingV1Api
7160
from kubernetes.client.api.scheduling_v1alpha1_api import SchedulingV1alpha1Api
72-
from kubernetes.client.api.scheduling_v1beta1_api import SchedulingV1beta1Api
7361
from kubernetes.client.api.storage_api import StorageApi
7462
from kubernetes.client.api.storage_v1_api import StorageV1Api
7563
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.21
8+
The version of the OpenAPI document: release-1.22
99
Generated by: https://openapi-generator.tech
1010
"""
1111

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

@@ -1038,7 +1038,7 @@ def list_mutating_webhook_configuration(self, **kwargs): # noqa: E501
10381038
10391039
:param async_req bool: execute request asynchronously
10401040
:param str pretty: If 'true', then the output is pretty printed.
1041-
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.
1041+
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
10421042
:param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
10431043
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
10441044
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
@@ -1072,7 +1072,7 @@ def list_mutating_webhook_configuration_with_http_info(self, **kwargs): # noqa:
10721072
10731073
:param async_req bool: execute request asynchronously
10741074
:param str pretty: If 'true', then the output is pretty printed.
1075-
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.
1075+
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
10761076
:param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
10771077
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
10781078
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
@@ -1193,7 +1193,7 @@ def list_validating_webhook_configuration(self, **kwargs): # noqa: E501
11931193
11941194
:param async_req bool: execute request asynchronously
11951195
:param str pretty: If 'true', then the output is pretty printed.
1196-
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.
1196+
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
11971197
:param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
11981198
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
11991199
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
@@ -1227,7 +1227,7 @@ def list_validating_webhook_configuration_with_http_info(self, **kwargs): # noq
12271227
12281228
:param async_req bool: execute request asynchronously
12291229
:param str pretty: If 'true', then the output is pretty printed.
1230-
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.
1230+
:param bool allow_watch_bookmarks: allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.
12311231
:param str _continue: The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
12321232
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
12331233
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.

0 commit comments

Comments
 (0)