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
Currently, the apigen tool offers the useful functionality of generating an APIExport for each group in the set of APIResourceSchemas. This is after generating the APIResourceSchemas from CustomResourceDefinitions -- logic that is exposed to third parties in the apisv1alpha1 package.
Proposed Solution
It would be helpful to also expose the APIExport generation in the apisv1alpha1 package.
Alternative Solutions
The alternative today would be to let folks copy this logic around, or (hopefully not) programatically invoke the apigen tool.
Want to contribute?
I would like to work on this issue.
Additional Context
When this logic is moved, we should consume it in the apigen tool as well.
The text was updated successfully, but these errors were encountered:
Feature Description
Currently, the
apigen
tool offers the useful functionality of generating anAPIExport
for each group in the set ofAPIResourceSchemas
. This is after generating theAPIResourceSchemas
fromCustomResourceDefinitions
-- logic that is exposed to third parties in theapisv1alpha1
package.Proposed Solution
It would be helpful to also expose the
APIExport
generation in theapisv1alpha1
package.Alternative Solutions
The alternative today would be to let folks copy this logic around, or (hopefully not) programatically invoke the
apigen
tool.Want to contribute?
Additional Context
When this logic is moved, we should consume it in the
apigen
tool as well.The text was updated successfully, but these errors were encountered: