Skip to content

Commit 2126b1d

Browse files
authored
regenerate client for release 30.3.0 (#324)
* regenerate client for release 30.3.0 * regenerate tests * update changelog
1 parent 950ceac commit 2126b1d

File tree

750 files changed

+781
-761
lines changed

Some content is hidden

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

750 files changed

+781
-761
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1+
# v30.3.0
2+
3+
* fix: Timeout related fixes ([#320](https://github.com/tomplus/kubernetes_asyncio/pull/320), [@olivier-matz-6wind](https://github.com/olivier-matz-6wind))
4+
* fix: Fix reconnecting in watch for custom resources ([#321](https://github.com/tomplus/kubernetes_asyncio/pull/321), [@tomplus](https://github.com/tomplus))
5+
* fix: fix unittests to work with aiohttp 3.10+ ([#326](https://github.com/tomplus/kubernetes_asyncio/pull/326), [@tomplus](https://github.com/tomplus))
6+
7+
### API Change
8+
9+
- Added the feature gates `StrictCostEnforcementForVAP` and `StrictCostEnforcementForWebhooks` to enforce the strct cost calculation for CEL extended libraries. It is strongly recommended to turn on the feature gates as early as possible. ([#124676](https://github.com/kubernetes/kubernetes/pull/124676), [@cici37](https://github.com/cici37)) [SIG API Machinery, Auth, Node and Testing]
10+
- Improved scheduling performance when many nodes, and prefilter returns 1-2 nodes (e.g. daemonset)
11+
For developers of out-of-tree PostFilter plugins, note that the semantics of NodeToStatusMap are changing: A node with an absent value in the NodeToStatusMap should be interpreted as having an UnschedulableAndUnresolvable status ([#125306](https://github.com/kubernetes/kubernetes/pull/125306), [@gabesaba](https://github.com/gabesaba)) [SIG Scheduling]
12+
113
# v30.1.1
214

315
* feat: remove setuptools from requirements ([#318](https://github.com/tomplus/kubernetes_asyncio/pull/318), [@tomplus](https://github.com/tomplus))
416
* fix: restore rest client ablity to handle "application/apply-patch+yaml" content type ([#317](https://github.com/tomplus/kubernetes_asyncio/pull/317), [@Meallia](https://github.com/Meallia))
517

618
# v30.1.0
719

8-
* feat: add support for different type of patch ([#303]https://github.com/tomplus/kubernetes_asyncio/pull/303), [@tomplus](https://github.com/tomplus)
9-
* feat: models do not copy default configuration ([#300]https://github.com/tomplus/kubernetes_asyncio/pull/300), [@tomplus](https://github.com/tomplus)
10-
* fix: Make the kube config path os agnostic ([#307]https://github.com/tomplus/kubernetes_asyncio/pull/307), [@shtlrs](https://github.com/shtlrs)
11-
* fix: improve merging kube-configs ([#301]https://github.com/tomplus/kubernetes_asyncio/pull/301), [@tomplus](https://github.com/tomplus)
12-
* chore: Add Python 3.12 in CI ([#313]https://github.com/tomplus/kubernetes_asyncio/pull/313), [@Wh1isper](https://github.com/Wh1isper)
13-
* chore: removed orphaned files ([#306]https://github.com/tomplus/kubernetes_asyncio/pull/306), [@tomplus](https://github.com/tomplus)
14-
* chore: rename example scripts, reformat with Black ([#304]https://github.com/tomplus/kubernetes_asyncio/pull/304), [@tomplus](https://github.com/tomplus)
20+
* feat: add support for different type of patch ([#303](https://github.com/tomplus/kubernetes_asyncio/pull/303), [@tomplus](https://github.com/tomplus))
21+
* feat: models do not copy default configuration ([#300](https://github.com/tomplus/kubernetes_asyncio/pull/300), [@tomplus](https://github.com/tomplus))
22+
* fix: Make the kube config path os agnostic ([#307](https://github.com/tomplus/kubernetes_asyncio/pull/307), [@shtlrs](https://github.com/shtlrs))
23+
* fix: improve merging kube-configs ([#301](https://github.com/tomplus/kubernetes_asyncio/pull/301), [@tomplus](https://github.com/tomplus))
24+
* chore: Add Python 3.12 in CI ([#313](https://github.com/tomplus/kubernetes_asyncio/pull/313), [@Wh1isper](https://github.com/Wh1isper))
25+
* chore: removed orphaned files ([#306](https://github.com/tomplus/kubernetes_asyncio/pull/306), [@tomplus](https://github.com/tomplus))
26+
* chore: rename example scripts, reformat with Black ([#304](https://github.com/tomplus/kubernetes_asyncio/pull/304), [@tomplus](https://github.com/tomplus))
1527

1628
### API Change
1729

doc/source/kubernetes_asyncio.e2e_test.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Submodules
99

1010
kubernetes_asyncio.e2e_test.base
1111
kubernetes_asyncio.e2e_test.test_api
12+
kubernetes_asyncio.e2e_test.test_apply_patch
1213
kubernetes_asyncio.e2e_test.test_batch
1314
kubernetes_asyncio.e2e_test.test_client
1415
kubernetes_asyncio.e2e_test.test_dynamic_client
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kubernetes\_asyncio.e2e\_test.test\_apply\_patch module
2+
=======================================================
3+
4+
.. automodule:: kubernetes_asyncio.e2e_test.test_apply_patch
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
318be3d4250c337a196b57c42ca77c2b0bab43a92f7cc64e163edfe70cb9f4ad
1+
75577ca901a646514fc525ec4472cc50522f6283f624c6af49995f426e2844b8

kubernetes_asyncio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: v1.30.1
7-
- Package version: 30.1.1+snapshot
6+
- API version: v1.30.3
7+
- Package version: 30.3.0+snapshot
88
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
99

1010
## Requirements.

kubernetes_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__project__ = 'kubernetes_asyncio'
1616
# The version is auto-updated. Please do not edit.
17-
__version__ = "30.1.1+snapshot"
17+
__version__ = "30.3.0+snapshot"
1818

1919
import kubernetes_asyncio.client
2020
import kubernetes_asyncio.config

kubernetes_asyncio/client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
99
10-
The version of the OpenAPI document: v1.30.1
10+
The version of the OpenAPI document: v1.30.3
1111
Generated by: https://openapi-generator.tech
1212
"""
1313

1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "30.1.1+snapshot"
17+
__version__ = "30.3.0+snapshot"
1818

1919
# import apis into sdk package
2020
from kubernetes_asyncio.client.api.well_known_api import WellKnownApi

kubernetes_asyncio/client/api/admissionregistration_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/admissionregistration_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/admissionregistration_v1alpha1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/admissionregistration_v1beta1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiextensions_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiextensions_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiregistration_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apiregistration_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apis_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apps_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/apps_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authentication_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authentication_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authentication_v1alpha1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authentication_v1beta1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authorization_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/authorization_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/autoscaling_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/autoscaling_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/autoscaling_v2_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/batch_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/batch_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/certificates_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/certificates_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/certificates_v1alpha1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/coordination_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/coordination_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/core_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/core_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/custom_objects_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/discovery_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/discovery_v1_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

kubernetes_asyncio/client/api/events_api.py

Lines changed: 1 addition & 1 deletion
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: v1.30.1
8+
The version of the OpenAPI document: v1.30.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

0 commit comments

Comments
 (0)