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
Right now the kubernetes api spec does not include valid field values(enums). But there's an issue to include them, which is quite close: kubernetes/enhancements#2887
I believe waiting on this issue and then supporting it is what needs to be done, but correct me if I'm wrong.
The text was updated successfully, but these errors were encountered:
I don't know too much about CRDs. Since they're not implemented in any way yet, then definitely they should have enum support when they're implemented.
Can you give a few examples of CRDs you're thinking of including? Do they have openapi files available?
In any case, the answer to your question is that it is a best-effort approach so if we find time to implement 1. ,2. shouldn't hold us back :).
Right now the kubernetes api spec does not include valid field values(enums). But there's an issue to include them, which is quite close:
kubernetes/enhancements#2887
I believe waiting on this issue and then supporting it is what needs to be done, but correct me if I'm wrong.
The text was updated successfully, but these errors were encountered: