Allow to jsonPatch containers
yfried opened this issue · 2 comments
yfried commented
Hi,
Currently, can't patch container objects
my_container = my_deployment.add_container(kplus.ContainerProps(...))
kubeContainer = cdk8s.ApiObject.of(my_container)
Gets
Expected type 'IConstruct', got 'Container' instead
The current solution is to patch the deployment instead but:
- This is easy when I have a single container. but patching a container in a list is a lot harder
- This means that I can’t reuse the patched container.
Thank you
iliapolo commented
Effort large because I still don't really know how to implement this, but its a nice feature to have.
github-actions commented
This issue has not received any attention in 1 year and will be closed soon. If you want to keep it open, please leave a comment below @mentioning a maintainer.