python/kubernetes/base
Kubernetes Prow Robot c330b84e5f
Some checks failed
End to End Tests - master / build (3.10) (push) Has been cancelled
End to End Tests - master / build (3.8) (push) Has been cancelled
End to End Tests - master / build (3.9) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.10) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.11) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.12) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.8) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.9, coverage) (push) Has been cancelled
Merge pull request #2406 from Kevinz857/feat-deserialize-control-v2
feat: Add option to control deserialization when watching events
2025-06-24 13:18:27 -07:00
..
.github removed submodule 2022-01-07 16:17:39 -08:00
config Merge pull request #2340 from tomasaschan/fix-exec-provider 2025-02-14 08:40:22 -08:00
dynamic Add support for allowWatchBookmarks to the dynamic client 2025-01-07 11:35:28 +00:00
hack removed submodule 2022-01-07 16:17:39 -08:00
leaderelection Fix typos 2023-01-27 11:10:29 +08:00
stream Added proxy variable to read values from environment 2025-06-10 16:27:05 +05:30
watch feat: add switch control when watching events whether deserialization is required 2025-05-31 18:33:21 +08:00
.gitignore removed submodule 2022-01-07 16:17:39 -08:00
.travis.yml removed submodule 2022-01-07 16:17:39 -08:00
code-of-conduct.md removed submodule 2022-01-07 16:17:39 -08:00
CONTRIBUTING.md removed submodule 2022-01-07 16:17:39 -08:00
LICENSE removed submodule 2022-01-07 16:17:39 -08:00
OWNERS removed submodule 2022-01-07 16:17:39 -08:00
README.md removed submodule 2022-01-07 16:17:39 -08:00
run_tox.sh Fix typo: kubenetes -> kubernetes 2022-03-28 19:52:37 +08:00
SECURITY_CONTACTS removed submodule 2022-01-07 16:17:39 -08:00
tox.ini removed submodule 2022-01-07 16:17:39 -08:00

python-base

Build Status

This is the utility part of the python client. It has been added to the main repo using git submodules. This structure allow other developers to create their own kubernetes client and still use standard kubernetes python utilities. For more information refer to clients-library-structure.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.