Replies: 1 comment
-
OK, I've found the answer. KubeBuilder markers with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using fn/framework to build a KRM plugin for Kustomize.
Following the example there, the method SchemaFromFunctionDefinition gets YAML files as string to build the schema.
My question, is there a way to auto-generate KRMFunctionDefinition within the code from the actual struct used in the plugin?
In the example above, I would want to generate the KRMFunctionDefinition from v1alpha1JavaSpringBoot.
Beta Was this translation helpful? Give feedback.
All reactions