- Notifications
You must be signed in to change notification settings - Fork3.4k
Pull requests: kubernetes-client/python
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Reviews
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Pull requests list
Bump helm/kind-action from 1.12.0 to 1.13.0 cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. dependenciesPull requests that update a dependency file do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. github_actionsPull requests that update Github_actions code needs-kindIndicates a PR lacks a `kind/foo` label and requires one. size/SDenotes a PR that changes 10-29 lines, ignoring generated files.
#2468 openedNov 4, 2025 bydependabotbotLoading…
Support dict[...] syntax in ApiClient.__deserialize cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. do-not-merge/invalid-commit-messageIndicates that a PR should not merge because it has an invalid commit message. do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. needs-kindIndicates a PR lacks a `kind/foo` label and requires one. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2467 openedNov 1, 2025 bymohsinm-devLoading…
5 tasks done
Fix no_proxy reset in configuration.py cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. release-note-noneDenotes a PR that doesn't merit a release note. size/XSDenotes a PR that changes 0-9 lines, ignoring generated files.
#2459 openedSep 30, 2025 bydaezaaLoading…
Update kube_config.py cncf-cla: noIndicates the PR's author has not signed the CNCF CLA. do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. needs-kindIndicates a PR lacks a `kind/foo` label and requires one. size/SDenotes a PR that changes 10-29 lines, ignoring generated files.
#2451 openedSep 21, 2025 bysejalP07Loading…
Kubernetes Python Client to return "Terminating" for terminating pods cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. kind/bugCategorizes issue or PR as related to a bug. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2450 openedSep 15, 2025 byp172913Loading…
Try to recreate cached file if tmp file is not exist cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. release-note-noneDenotes a PR that doesn't merit a release note. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2441 openedSep 1, 2025 bymazanaxLoading…
Update urllib3 requirement from <2.4.0,>=1.24.2 to >=1.24.2,<2.6.0 cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. dependenciesPull requests that update a dependency file do-not-merge/holdIndicates that a PR should not merge because someone has issued a /hold command. do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. needs-kindIndicates a PR lacks a `kind/foo` label and requires one. needs-rebaseIndicates a PR cannot be merged because it has merge conflicts with HEAD. pythonPull requests that update Python code size/XSDenotes a PR that changes 0-9 lines, ignoring generated files.
#2439 openedAug 27, 2025 bydependabotbotLoading…
Fix Windows Compatibility: Symlink Handling, Permission Fixes, and Test Stability Improvements cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-noneDenotes a PR that doesn't merit a release note. size/LDenotes a PR that changes 100-499 lines, ignoring generated files.
#2438 openedAug 19, 2025 byPraveenMudalgeriLoading…
Fix Windows Compatibility: Symlink Handling, Permission Fixes, and Test Stability Improvements cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt. kind/documentationCategorizes issue or PR as related to documentation. release-note-noneDenotes a PR that doesn't merit a release note. size/XXLDenotes a PR that changes 1000+ lines, ignoring generated files.
#2428 openedJul 31, 2025 byPraveenMudalgeriLoading…
fix stream bug when use ssl cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale. release-note-noneDenotes a PR that doesn't merit a release note. size/XSDenotes a PR that changes 0-9 lines, ignoring generated files.
#2422 openedJul 22, 2025 byNovelforLoading…
fix Issue #2418: parse_rfc3339 calling .groups() on None cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. release-noteDenotes a PR that will be considered when it comes time to generate release notes. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2420 openedJul 19, 2025 byomavashia2005Loading…
feat: Make resource lookup case-insensitive to match Kubernetes API behavior cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. kind/featureCategorizes issue or PR as related to a new feature. lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed. priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done. release-noteDenotes a PR that will be considered when it comes time to generate release notes. size/LDenotes a PR that changes 100-499 lines, ignoring generated files.
#2407 openedMay 31, 2025 byKevinz857Loading…
fix: prioritize current-context based on file order cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/bugCategorizes issue or PR as related to a bug. lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale. release-note-noneDenotes a PR that doesn't merit a release note. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2386 openedApr 14, 2025 byhhk7734Loading…
feat: add yaml processor to create/delete resources from yaml manifest files cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/featureCategorizes issue or PR as related to a new feature. release-noteDenotes a PR that will be considered when it comes time to generate release notes. size/XLDenotes a PR that changes 500-999 lines, ignoring generated files.
#2377 openedMar 26, 2025 bykocarbaLoading…
add support Lease-based leader election (rather than ConfigMaps) #1877 cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. kind/featureCategorizes issue or PR as related to a new feature. lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed. release-noteDenotes a PR that will be considered when it comes time to generate release notes. size/LDenotes a PR that changes 100-499 lines, ignoring generated files.
#2314 openedDec 17, 2024 byrvlaneLoading…
oidc provider behind proxy cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. do-not-merge/release-note-label-neededIndicates that a PR should not merge because it's missing one of the release note labels. kind/bugCategorizes issue or PR as related to a bug. size/XSDenotes a PR that changes 0-9 lines, ignoring generated files.
#2256 openedJul 25, 2024 bySkiAn2007Loading…
Add proxy support to connect to clusters, upgrade gen to OpenAPI 7.1.0 client cncf-cla: yesIndicates the PR's author has signed the CNCF CLA. needs-kindIndicates a PR lacks a `kind/foo` label and requires one. needs-rebaseIndicates a PR cannot be merged because it has merge conflicts with HEAD. release-noteDenotes a PR that will be considered when it comes time to generate release notes. size/MDenotes a PR that changes 30-99 lines, ignoring generated files.
#2147 openedNov 15, 2023 byrolf-mozLoading…
ProTip! Addno:assignee to see everything that’s not assigned.