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
Thinking we should maybe make a smaller, and more targeted derive crate. The one we currently use (that doesn't do all we need, plus a bunch of api feature related stuff in k8s_openapi), and also pulls in like 10 deps. Not sure if this is particularly hard or not, but need to improve the CRD case again before a full release.
ripped out everything but arg parsing from the original
k8s-openapi-derive crate. Do not need the swagger validation at the
moment, but would like a more kubebuilder like setup (but typesafe).
Currently there's a regression on using .status objects in
master
due to #157 . In particular reasons highlighted in #157 (comment)The text was updated successfully, but these errors were encountered: