Frankkkkk / pykorm

A python 🐍 kubernetes ☸️ ORM πŸš€. Very useful when writing operators for your CRDs with Kopf.
MIT License
73 stars 4 forks source link

πŸ› Deep copy field default attributes on object instantiation #28

Closed Frankkkkk closed 3 years ago

Frankkkkk commented 3 years ago

Default attributes were not copied by default, which resulted in the reuse of objects. This fixes #27