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
The js-client for kubernetes generates the types using the OpenAPI spec, From my initial understanding I think we can import the types directly from it. Refer
Invested more time porting namespaces to client-js types, the amount of changes is very high just for importing the types. I think we should wait and see how the effort on kubernetes-client/javascript#754 goes and migrate to using the client-js library for both networking + types.
Current situation
We have a subset of the kubernetes resource types declared by us and getting up to date/completed on a need-basis.
Impact
It takes take and it's error-prone to manually declare those types.
Ideal future situation
We should be able to generate those types using the OpenAPI spec.
Implementation options
TBD
The text was updated successfully, but these errors were encountered: