You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be done using some ideas from #143. However, it is made complicated by the json patch format that sits on top of it.
This is why we should try to do it for Api::apply#174 as a starting point (which is likely what most future controllers will use in the future any because patch can be difficult to use directly).
The text was updated successfully, but these errors were encountered:
I think this idea is probably a bit too ambitious, particularly when seeing how brittle the serialization can be when looking back at the recent k8s-openapi option unpacking experiment.
Going to close this issue. I don't think we have a clear way to do this, nor is it necessary to do this. If that changes, we can open a new issue.
Well, an analogue of this was actually done in client-go now under KEP-2155 :: generated apply configuration types, so it might be worth re-examining if we want to pick up #649. But will wait on discussion therein before re-opening this (particularly with other work on protobuf serialization).
This can be done using some ideas from #143. However, it is made complicated by the json patch format that sits on top of it.
This is why we should try to do it for
Api::apply
#174 as a starting point (which is likely what most future controllers will use in the future any because patch can be difficult to use directly).The text was updated successfully, but these errors were encountered: