Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v32.3.0

* fix: Delete extra characters in URL ([#354](https://github.com/tomplus/kubernetes_asyncio/pull/354), [satayyeb](https://github.com/satayyeb))
* feat: Add option to disable ssl.VERIFY_X509_STRICT ([#350](https://github.com/tomplus/kubernetes_asyncio/pull/350), [msw-kialo](https://github.com/msw-kialo))
* doc: Update README example with asyncio.run ([#348](https://github.com/tomplus/kubernetes_asyncio/pull/348), [PaarthShah](https://github.com/PaarthShah))
* feat: Add leaderelection module ([#347](https://github.com/tomplus/kubernetes_asyncio/pull/347), [@JacobHenner](https://github.com/JacobHenner))

### API Change

- DRA: CEL expressions using attribute strings exceeded the cost limit because their cost estimation was incomplete. Cost estimation was unnecessarily also computed in the scheduler. ([#129690](https://github.com/kubernetes/kubernetes/pull/129690), [@pohly](https://github.com/pohly)) [SIG Node]

- DRA API: the maximum number of pods which can use the same ResourceClaim is now 256 instead of 32. Beware that downgrading a cluster where this relaxed limit is in use to Kubernetes 1.32.0 is not supported because 1.32.0 would refuse to update ResourceClaims with more than 32 entries in the status.reservedFor field. ([#129544](https://github.com/kubernetes/kubernetes/pull/129544), [@pohly](https://github.com/pohly)) [SIG API Machinery, Node and Testing]

# v32.0.0

### Breaking changes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29298b4c9e50970e488ebdcbee9bdfcc056779b8c2323cf4d67d1417d2f9737e
1fc14c31659cd447ef6ea27b703f2e51e45f9e9f2a6bf9ae2e3e309dc6974623
6 changes: 3 additions & 3 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.32.0
- Package version: 32.0.0+snapshot
- API version: v1.32.3
- Package version: 32.3.0+snapshot
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen

## Requirements.
Expand Down Expand Up @@ -568,7 +568,7 @@ Class | Method | HTTP request | Description
*CustomObjectsApi* | [**get_namespaced_custom_object_scale**](docs/CustomObjectsApi.md#get_namespaced_custom_object_scale) | **GET** /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale |
*CustomObjectsApi* | [**get_namespaced_custom_object_status**](docs/CustomObjectsApi.md#get_namespaced_custom_object_status) | **GET** /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status |
*CustomObjectsApi* | [**list_cluster_custom_object**](docs/CustomObjectsApi.md#list_cluster_custom_object) | **GET** /apis/{group}/{version}/{plural} |
*CustomObjectsApi* | [**list_custom_object_for_all_namespaces**](docs/CustomObjectsApi.md#list_custom_object_for_all_namespaces) | **GET** /apis/{group}/{version}/{plural}#‎ |
*CustomObjectsApi* | [**list_custom_object_for_all_namespaces**](docs/CustomObjectsApi.md#list_custom_object_for_all_namespaces) | **GET** /apis/{group}/{version}/{resource_plural} |
*CustomObjectsApi* | [**list_namespaced_custom_object**](docs/CustomObjectsApi.md#list_namespaced_custom_object) | **GET** /apis/{group}/{version}/namespaces/{namespace}/{plural} |
*CustomObjectsApi* | [**patch_cluster_custom_object**](docs/CustomObjectsApi.md#patch_cluster_custom_object) | **PATCH** /apis/{group}/{version}/{plural}/{name} |
*CustomObjectsApi* | [**patch_cluster_custom_object_scale**](docs/CustomObjectsApi.md#patch_cluster_custom_object_scale) | **PATCH** /apis/{group}/{version}/{plural}/{name}/scale |
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__ = "32.0.0+snapshot"
__version__ = "32.3.0+snapshot"

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.32.0
The version of the OpenAPI document: v1.32.3
Generated by: https://openapi-generator.tech
"""


from __future__ import absolute_import

__version__ = "32.0.0+snapshot"
__version__ = "32.3.0+snapshot"

# 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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion kubernetes_asyncio/client/api/coordination_v1alpha2_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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.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.32.0
The version of the OpenAPI document: v1.32.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading