python
python copied to clipboard
Official Python client library for kubernetes
## What type of PR is this? /kind bug /kind cleanup ## What this PR does / why we need it This PR fixes multiple Windows-specific issues in the Kubernetes...
- Add _health_check_interval parameter to watch.stream() - Detect and recover from silent connection drops during control plane upgrades - Preserve backward compatibility (disabled by default) - Add comprehensive tests for...
**What is the feature and why do you need it**: I’m running Authentik with Istio, and I’ve configured Istio to block all outbound traffic from Authentik except explicitly allowed destinations....
**What happened (please include outputs or screenshots)**: I created a Pydantic converter/adapter for the generated client models and used the `openapi_types` dict to infer the fields types (I wanted to...
**What happened (please include outputs or screenshots)**: When I run a watch on k8s jobs (probably applies to other objects) and k8s control plane gets upgraded in the meantime, the...
## Summary - Adds support for modern `dict[str, str]` syntax in `ApiClient.__deserialize()` - Maintains backward compatibility with existing `dict(str, str)` syntax - Enables Pydantic adapter compatibility for `openapi_types` ## Changes...
### What type of PR is this? /kind bug /kind cleanup /kind documentation --- ### What this PR does / why we need it This PR fixes multiple Windows-specific issues...
Documentation on V1PodFailurePolicyOnPodConditionsPattern - status defaulting to true is misleading
**Link to the issue (please include a link to the specific documentation or example)**: https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1PodFailurePolicyOnPodConditionsPattern.md **Description of the issue (please include outputs or screenshots if possible)**: The documentation states that...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Currently, `self.no_proxy` is explicitly reset to `None` after being populated from...
**What happened (please include outputs or screenshots)**: Upgrading libraries in one of my images. Last image was built 4 days ago, works fine. We were running kubernetes 33.1.0. Today's image...