Skip to content

Commit c206745

Browse files
committed
Generate updated client
1 parent 3f0e7c7 commit c206745

File tree

1,762 files changed

+49882
-18714
lines changed

Some content is hidden

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

1,762 files changed

+49882
-18714
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c7fcb583e32ecfaf5dc5b62974dac24d4a849bea6a6ebd917b440411a29193c7
1+
c42abf3bdfe7d91346cc5b0972b1ef8c5de539671c8ffa1612ec63a14b9ee9d3

kubernetes/README.md

+88-8
Large diffs are not rendered by default.

kubernetes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "11.0.0-snapshot"
17+
__version__ = "12.0.0-snapshot"
1818

1919
import kubernetes.client
2020
import kubernetes.config

kubernetes/client/__init__.py

+51-6
Large diffs are not rendered by default.

kubernetes/client/api/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
# import apis into api package
66
from kubernetes.client.api.admissionregistration_api import AdmissionregistrationApi
7+
from kubernetes.client.api.admissionregistration_v1_api import AdmissionregistrationV1Api
78
from kubernetes.client.api.admissionregistration_v1beta1_api import AdmissionregistrationV1beta1Api
89
from kubernetes.client.api.apiextensions_api import ApiextensionsApi
10+
from kubernetes.client.api.apiextensions_v1_api import ApiextensionsV1Api
911
from kubernetes.client.api.apiextensions_v1beta1_api import ApiextensionsV1beta1Api
1012
from kubernetes.client.api.apiregistration_api import ApiregistrationApi
1113
from kubernetes.client.api.apiregistration_v1_api import ApiregistrationV1Api
@@ -39,6 +41,8 @@
3941
from kubernetes.client.api.core_api import CoreApi
4042
from kubernetes.client.api.core_v1_api import CoreV1Api
4143
from kubernetes.client.api.custom_objects_api import CustomObjectsApi
44+
from kubernetes.client.api.discovery_api import DiscoveryApi
45+
from kubernetes.client.api.discovery_v1alpha1_api import DiscoveryV1alpha1Api
4246
from kubernetes.client.api.events_api import EventsApi
4347
from kubernetes.client.api.events_v1beta1_api import EventsV1beta1Api
4448
from kubernetes.client.api.extensions_api import ExtensionsApi

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-
OpenAPI spec version: v1.15.6
8+
OpenAPI spec version: release-1.16
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes/client/api/admissionregistration_v1_api.py

+1,809
Large diffs are not rendered by default.

kubernetes/client/api/admissionregistration_v1beta1_api.py

+11-11
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-
OpenAPI spec version: v1.15.6
8+
OpenAPI spec version: release-1.16
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes/client/api/apiextensions_v1_api.py

+1,305
Large diffs are not rendered by default.

kubernetes/client/api/apiextensions_v1beta1_api.py

+7-7
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-
OpenAPI spec version: v1.15.6
8+
OpenAPI spec version: release-1.16
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -151,7 +151,7 @@ def delete_collection_custom_resource_definition(self, **kwargs): # noqa: E501
151151
152152
:param async_req bool
153153
:param str pretty: If 'true', then the output is pretty printed.
154-
: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. This field is alpha and can be changed or removed without notice.
154+
: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. This field is beta.
155155
: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.
156156
: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
157157
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
@@ -186,7 +186,7 @@ def delete_collection_custom_resource_definition_with_http_info(self, **kwargs):
186186
187187
:param async_req bool
188188
:param str pretty: If 'true', then the output is pretty printed.
189-
: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. This field is alpha and can be changed or removed without notice.
189+
: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. This field is beta.
190190
: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.
191191
: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
192192
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
@@ -503,7 +503,7 @@ def list_custom_resource_definition(self, **kwargs): # noqa: E501
503503
504504
:param async_req bool
505505
:param str pretty: If 'true', then the output is pretty printed.
506-
: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. This field is alpha and can be changed or removed without notice.
506+
: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. This field is beta.
507507
: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.
508508
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
509509
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
@@ -533,7 +533,7 @@ def list_custom_resource_definition_with_http_info(self, **kwargs): # noqa: E50
533533
534534
:param async_req bool
535535
:param str pretty: If 'true', then the output is pretty printed.
536-
: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. This field is alpha and can be changed or removed without notice.
536+
: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. This field is beta.
537537
: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.
538538
:param str field_selector: A selector to restrict the list of returned objects by their fields. Defaults to everything.
539539
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
@@ -719,7 +719,7 @@ def patch_custom_resource_definition_with_http_info(self, name, body, **kwargs):
719719

720720
# HTTP header `Content-Type`
721721
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
722-
['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) # noqa: E501
722+
['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json', 'application/apply-patch+yaml']) # noqa: E501
723723

724724
# Authentication setting
725725
auth_settings = ['BearerToken'] # noqa: E501
@@ -843,7 +843,7 @@ def patch_custom_resource_definition_status_with_http_info(self, name, body, **k
843843

844844
# HTTP header `Content-Type`
845845
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
846-
['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json']) # noqa: E501
846+
['application/json-patch+json', 'application/merge-patch+json', 'application/strategic-merge-patch+json', 'application/apply-patch+yaml']) # noqa: E501
847847

848848
# Authentication setting
849849
auth_settings = ['BearerToken'] # noqa: E501

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-
OpenAPI spec version: v1.15.6
8+
OpenAPI spec version: release-1.16
99
Generated by: https://openapi-generator.tech
1010
"""
1111

0 commit comments

Comments
 (0)