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
It should be possible to generate the list apiVersions for each resource for auto-aliasing purposes. This would be more robust against future API changes in k8s.
Update:
The upstream API reference docs are generated from the OpenAPI spec, so we should do the same. Note that we'll need to merge in older version of the spec to avoid losing deprecated + removed apiVersions.
The text was updated successfully, but these errors were encountered:
Followup from #798 (comment)
It should be possible to generate the list apiVersions for each resource for auto-aliasing purposes. This would be more robust against future API changes in k8s.
Update:
The upstream API reference docs are generated from the OpenAPI spec, so we should do the same. Note that we'll need to merge in older version of the spec to avoid losing deprecated + removed apiVersions.
The text was updated successfully, but these errors were encountered: