python
python copied to clipboard
Official Python client library for kubernetes
**What happened: Registering a CRD with: ``` subresources: scale: labelSelectorPath: .status.selector specReplicasPath: .spec.replicas statusReplicasPath: .status.replicas status: {} ``` is not registered in k8s. after testing from command line using `kubectl...
**What is the feature and why do you need it**: The client is very unfriendly to use in its current state. Many function arguments are only specified in the docstrings,...
@yliaog
[https://github.com/kubernetes-client/python/issues/2264](#2264 )
[build-kubernetes-30.1.0-2024-08-07-10-19-11-348-65896464.txt](https://github.com/user-attachments/files/16522995/build-kubernetes-30.1.0-2024-08-07-10-19-11-348-65896464.txt) **What happened (please include outputs or screenshots)**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**:...
**What happened (please include outputs or screenshots)**: I want to remove a key from a secret. So I'm creating the patch data with a `None` value for this key. This...
**What happened (please include outputs or screenshots)**: {OverflowError}OverflowError('timestamp too large to convert to C _PyTime_t') **What you expected to happen**: Not Crash **How to reproduce it (as minimally and precisely...
[**Link to the issue (please include a link to the specific documentation or example)**:](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ConfigMap.md)  I'm looking for a way to practically "convert" into kubernetes-client code a ConfigMap yaml file...
**What happened (please include outputs or screenshots)**: Kubernetes-client creates debug log lines for all REST API call response bodies. When using kubernetes-client to create kubernetes Secret objects, this presents an...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: This fix allows client to communicate with OIDC provider which located...