Skip to content

Commit

Permalink
regenerate client for release 30.3.0 (#324)
Browse files Browse the repository at this point in the history
* regenerate client for release 30.3.0

* regenerate tests

* update changelog
  • Loading branch information
tomplus committed Jul 31, 2024
1 parent f3c04b2 commit 6d32870
Show file tree
Hide file tree
Showing 750 changed files with 781 additions and 761 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# v30.3.0

* fix: Timeout related fixes ([#320](https://github.com/tomplus/kubernetes_asyncio/pull/320), [@olivier-matz-6wind](https://github.com/olivier-matz-6wind))
* fix: Fix reconnecting in watch for custom resources ([#321](https://github.com/tomplus/kubernetes_asyncio/pull/321), [@tomplus](https://github.com/tomplus))
* fix: fix unittests to work with aiohttp 3.10+ ([#326](https://github.com/tomplus/kubernetes_asyncio/pull/326), [@tomplus](https://github.com/tomplus))

### API Change

- 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]
- Improved scheduling performance when many nodes, and prefilter returns 1-2 nodes (e.g. daemonset)
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]

# v30.1.1

* feat: remove setuptools from requirements ([#318](https://github.com/tomplus/kubernetes_asyncio/pull/318), [@tomplus](https://github.com/tomplus))
* 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))

# v30.1.0

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

### API Change

Expand Down
1 change: 1 addition & 0 deletions doc/source/kubernetes_asyncio.e2e_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Submodules

kubernetes_asyncio.e2e_test.base
kubernetes_asyncio.e2e_test.test_api
kubernetes_asyncio.e2e_test.test_apply_patch
kubernetes_asyncio.e2e_test.test_batch
kubernetes_asyncio.e2e_test.test_client
kubernetes_asyncio.e2e_test.test_dynamic_client
Expand Down
7 changes: 7 additions & 0 deletions doc/source/kubernetes_asyncio.e2e_test.test_apply_patch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubernetes\_asyncio.e2e\_test.test\_apply\_patch module
=======================================================

.. automodule:: kubernetes_asyncio.e2e_test.test_apply_patch
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -1 +1 @@
318be3d4250c337a196b57c42ca77c2b0bab43a92f7cc64e163edfe70cb9f4ad
75577ca901a646514fc525ec4472cc50522f6283f624c6af49995f426e2844b8
4 changes: 2 additions & 2 deletions kubernetes_asyncio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ No description provided (generated by Openapi Generator https://github.com/opena

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

- API version: v1.30.1
- Package version: 30.1.1
- API version: v1.30.3
- Package version: 30.3.0
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__project__ = 'kubernetes_asyncio'
# The version is auto-updated. Please do not edit.
__version__ = "30.1.1"
__version__ = "30.3.0"

import kubernetes_asyncio.client
import kubernetes_asyncio.config
Expand Down
4 changes: 2 additions & 2 deletions kubernetes_asyncio/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""


from __future__ import absolute_import

__version__ = "30.1.1"
__version__ = "30.3.0"

# import apis into sdk package
from kubernetes_asyncio.client.api.well_known_api import WellKnownApi
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/admissionregistration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apiextensions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apiextensions_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apiregistration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apiregistration_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apis_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apps_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/apps_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/authentication_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/authentication_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/authorization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/authorization_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/autoscaling_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/autoscaling_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/autoscaling_v2_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/batch_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/batch_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/certificates_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/certificates_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/certificates_v1alpha1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/coordination_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/coordination_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/core_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/core_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/custom_objects_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/discovery_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/discovery_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/events_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.30.1
The version of the OpenAPI document: v1.30.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit 6d32870

Please sign in to comment.