kubernetes-client/python

Growing library size

開放

#2,677 建立於 2026年8月11日

 (3 則留言) (0 個反應) (0 位負責人)Python (3,323 個分叉)batch import
help wanted

倉庫指標

星標
 (6,225 顆星)
PR 合併指標
 (平均合併 10天 3小時) (30 天內合併 2 個 PR)

描述

According to dive, this library is now 79 MB in my Docker image:

This seems excessive for a Python library, and if multiplied by the number of users, it's arguably a serious waste of resources. Based on just the sizes, client and aio/client are mostly duplicates. Under that both api and models are huge, their __pycache__ are similarly huge. Inside models, functions like _get_openapi_to_dict, _to_legacy_item, _to_legacy_value, _to_openapi_value are basically the same, along with some member methods. Could you please do something to reduce this duplication, and the library size along with it?

貢獻者指南